X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5e27978d3cd55b267f0222d51d9e8efa26e389e9..f3f1687fa300971c793d59e0ae52c81d1076a02a:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index fa9c51b94..b2b6057be 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -597,6 +597,7 @@ body.compact { height: auto; overflow: hidden; + #banner, .welcome { display: block; } @@ -631,7 +632,7 @@ body.compact { } #banner { - display: block; + display: none; img { display: block; @@ -1035,8 +1036,8 @@ div.direction { height: 20px; background-repeat: no-repeat; } -@for $i from 1 through 18 { -div.direction.i#{$i} { background-position: #{($i)*-20+20}px 0px; } +@for $i from 0 through 25 { +div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; } } p#routing_summary {