From: Saman Bemel-Benrud Date: Tue, 25 Jun 2013 21:16:19 +0000 (-0400) Subject: Remove margin from lists too X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/refs/heads/forms Remove margin from lists too --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 4fe477900..d7c0b280c 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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 {