From 608ec07b1f356ac8f9e857d1a31b9eb94a2c79ab Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sun, 9 Mar 2014 20:27:22 +0000 Subject: [PATCH] Refer to the id for the distance/time summary (otherwise it fouls up the welcome message spacing) --- app/assets/stylesheets/common.css.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.43.2