Refer to the id for the distance/time summary
(otherwise it fouls up the welcome message spacing)
This commit is contained in:
parent
373b932717
commit
608ec07b1f
1 changed files with 4 additions and 4 deletions
|
@ -635,10 +635,6 @@ nav.secondary {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 0 $lineheight $lineheight/4;
|
||||
}
|
||||
|
||||
.icon.close {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
|
@ -1009,6 +1005,10 @@ td.direction {
|
|||
td.direction.i#{$i} { background-position: #{($i)*-20+20}px 0px; }
|
||||
}
|
||||
|
||||
p#routing_summary {
|
||||
padding: 0 $lineheight $lineheight/4;
|
||||
}
|
||||
|
||||
td.instruction, td.distance {
|
||||
padding-top: 0;
|
||||
border-bottom: 1px solid #DDD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue