]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Refer to the id for the distance/time summary
[rails.git] / app / assets / stylesheets / common.css.scss
index 51f3c7e9350d9967e300d9c0ee0c8e9508334e2d..b94f30c6df746615c108f47e12ef63d48d49509e 100644 (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;