]> git.openstreetmap.org Git - rails.git/commitdiff
Add margin space below lists on non-map content pages
authorTom Hughes <tom@compton.nu>
Sat, 30 Nov 2013 14:41:12 +0000 (14:41 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 30 Nov 2013 14:41:39 +0000 (14:41 +0000)
app/assets/stylesheets/common.css.scss

index 56285564fdd9794b41e1e48d90a1da787de4252c..ceed9b2df98601d539b310fcfe8ba878737a2c5c 100644 (file)
@@ -1195,7 +1195,7 @@ header .search_form {
 }
 
 .content-body {
-  h1, h2, h3, p {
+  h1, h2, h3, p, ul, ol {
     margin-bottom: $lineheight;
   }