X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8cd6168b48e03b8c3a2dbbfc2b6c882ef8b09465..76559d3de23b3af28b6d2014d12ed48d0cfc74cd:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index fcc580021..dd9b3bbcb 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -927,6 +927,10 @@ ul.results-list li { border-bottom: 1px solid #ccc; } p, ul, .bbox { margin-left: 33.3333%; } + ul p { + margin-left: 0; + margin-bottom: 0; + } h4 { width: 33.3333%; float: left; @@ -958,28 +962,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; } margin-bottom: 10px; } -td.browse_comments { - padding: 0px; - - table { - border-collapse: collapse; - - td { - padding-bottom: 10px; - - p { - margin-top: 0px; - margin-bottom: 0px; - } - - span.by { - font-size: small; - color: #999999; - } - } - } -} - /* Rules for the trace list shown by the traces tab etc */ #trace_list {