From: Richard Fairhurst Date: Sun, 9 Mar 2014 20:27:22 +0000 (+0000) Subject: Refer to the id for the distance/time summary X-Git-Tag: live~4233^2~19 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/608ec07b1f356ac8f9e857d1a31b9eb94a2c79ab Refer to the id for the distance/time summary (otherwise it fouls up the welcome message spacing) --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 51f3c7e93..b94f30c6d 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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;