]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Simplify margins when showing diary entries
[rails.git] / app / assets / stylesheets / common.scss
index 01062bd617a2cd02223f8ad735d7ecbd0251580d..1562b3fcabc068518b0ce31114934f5a43802e35 100644 (file)
@@ -1079,23 +1079,10 @@ tr.turn:hover {
   padding-bottom: $lineheight/2;
   border-top: 1px solid $grey;
 
-  &:first-of-type {
-    margin-top: $lineheight/2;
-  }
-
   &.deleted {
     background-color: #fee;
   }
 
-  .post_heading {
-    margin-bottom: $lineheight;
-
-    h2 {
-      margin-top: 0;
-      margin-bottom: $lineheight/2;
-    }
-  }
-
   img.user_thumbnail {
     float: left;
   }