]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Add margin space below lists on non-map content pages
[rails.git] / app / assets / stylesheets / common.css.scss
index f9a48da828a4924dcbbeb733a96963f39dfb4c52..ceed9b2df98601d539b310fcfe8ba878737a2c5c 100644 (file)
@@ -1182,6 +1182,7 @@ header .search_form {
 
   #map {
     height: 100%;
+    overflow: hidden;
   }
 }
 
@@ -1194,7 +1195,7 @@ header .search_form {
 }
 
 .content-body {
-  h1, h2, h3, p {
+  h1, h2, h3, p, ul, ol {
     margin-bottom: $lineheight;
   }