Refer to the id for the distance/time summary

(otherwise it fouls up the welcome message spacing)
This commit is contained in:
Richard Fairhurst 2014-03-09 20:27:22 +00:00
parent 373b932717
commit 608ec07b1f

View file

@ -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;