]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Update diary comments styling
[rails.git] / app / assets / stylesheets / common.scss
index abee14c392b565d7d9ee9dda11b76ec3e9438616..7b3bfde368191ad0d30113226152f2489f8c59c6 100644 (file)
@@ -1060,23 +1060,12 @@ tr.turn:hover {
   }
   .diary-comment {
     border-top: 1px dashed $grey;
-    padding-top: $lineheight/2;
-    padding-bottom: $lineheight/2;
     &:first-child {
-      margin-top: $lineheight/2;
-      padding-top: $lineheight;
       border-top: 1px solid $grey;
     }
-    &.deleted {
-      background-color: #fee;
-    }
     p {
       margin-bottom: $lineheight/2;
     }
-    .comment-heading {
-      margin-bottom: 0;
-      margin-top: 0;
-    }
   }
 }