]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fixed changeset time inconsistencies
[rails.git] / app / assets / stylesheets / common.css.scss
index 8e43e0d095d336330d7d94358383fd3476fda002..21ed6930b75a42db2532897351bb951eed319d59 100644 (file)
@@ -644,7 +644,7 @@ nav.secondary {
       padding: $lineheight $lineheight $lineheight/2;
     }
 
-    h4, span.user, span.date {
+    h4 {
       font-weight: normal;
       color: #666;
       font-size: 12px;
@@ -1053,6 +1053,10 @@ a.donate {
 
     &.selected { background: #FFFFE6; }
     /* color is derived from changeset bbox fillColor in history.js */
+
+    h4 {
+      padding: 0;
+    }
   }
 
   .comment a {