X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/40402fcdb878e53df591610cc9f280c7aaf78f5b..e660e609661edadc1ed5ad49d6e83e936b2f91cd:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 12a5a8089..42b5f5397 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -642,6 +642,23 @@ table.browse_details th { white-space: nowrap; } +td.browse_comments { + padding: 0px; +} + +td.browse_comments table { + border-collapse: collapse; +} + +td.browse_comments table td { + padding-bottom: 10px; +} + +td.browse_comments table td span.by { + font-size: small; + color: #999999; +} + #browse_map { width: 250px; }