]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Update diary entry styling
[rails.git] / app / assets / stylesheets / common.scss
index 5a033bd0b6a3ed8e26cecf1c9d33930f8b29e89a..abee14c392b565d7d9ee9dda11b76ec3e9438616 100644 (file)
@@ -1047,19 +1047,6 @@ tr.turn:hover {
   width: 100%;
 }
 
-/* Rules for the diary list page */
-
-.diary_post {
-  position: relative;
-  padding-top: $lineheight;
-  padding-bottom: $lineheight/2;
-  border-top: 1px solid $grey;
-
-  &.deleted {
-    background-color: #fee;
-  }
-}
-
 /* Rules for the diary entry page */
 
 .diary_entries {