]> git.openstreetmap.org Git - rails.git/commitdiff
Remove margin from lists too forms
authorSaman Bemel-Benrud <samanpwbb@gmail.com>
Tue, 25 Jun 2013 21:16:19 +0000 (17:16 -0400)
committerTom Hughes <tom@compton.nu>
Wed, 26 Jun 2013 17:59:05 +0000 (18:59 +0100)
app/assets/stylesheets/common.css.scss

index 4fe47790042f4c146d05a17c8449c32c9b6545cc..d7c0b280c604974c0542b56b4f0aace262ef75f3 100644 (file)
@@ -1363,7 +1363,9 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
   }
   p:last-child,
   h2:last-child,
-  h3:last-child {
+  h3:last-child,
+  ol:last-child,
+  ul:last-child {
     margin-bottom:0;
   }
   tr td {