]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Rework changeset descriptions to use h6 tags, and refactor changeset lists to use...
[rails.git] / app / assets / stylesheets / common.scss
index 3ec988420196a2953fbfcb0bda1f2d5c580fc454..73f235b85da2e887cf3d79afb9274db3c7bef652 100644 (file)
@@ -1108,21 +1108,12 @@ tr.turn:hover {
 
 #sidebar .changesets {
   li {
-    padding: 15px 20px;
-    border-bottom: 1px solid $grey;
     cursor: pointer;
 
     &.selected { background: $list-highlight; }
     /* color is derived from changeset bbox fillColor in history.js */
   }
 
-  h4 {
-    margin: 0;
-    a {
-      color: #000;
-    }
-  }
-
   .comments {
     float: right;
     color: $darkgrey;