]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Moved note description out of the sidebar header
[rails.git] / app / assets / stylesheets / common.css.scss
index 9f6be1979a0c26cc98dc9a768288374cd4aed159..d96a04eae47d63a46b50e4eab2f6ab177f383de6 100644 (file)
@@ -1088,6 +1088,14 @@ header .search_form {
 
   .note-comments li {
     margin: $lineheight/2 0;
 
   .note-comments li {
     margin: $lineheight/2 0;
+
+    p {
+      margin-left: 10px;
+    }
+  }
+
+  .note-description p {
+    margin-left: 10px;
   }
 }
 
   }
 }