]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Revert user page to full width for now
[rails.git] / app / assets / stylesheets / common.css.scss
index 5842109b851dc53dbbfa532a9a752a3810740cd5..68eb17e4238d0e31815d01923f7248e9c9a3b4be 100644 (file)
@@ -998,7 +998,7 @@ header .search_form {
 #sidebar .changesets {
   li {
     padding: $lineheight;
-    border-bottom: $keyline;
+    border-bottom: 1px solid #ddd;
     cursor: pointer;
 
     &.selected { background: #FFFFE6; }
@@ -1018,13 +1018,17 @@ header .search_form {
 #sidebar_content {
   .browse-section {
     padding: $lineheight/2 $lineheight;
-    border-bottom: 1px solid #ccc;
+    border-bottom: 1px solid #ddd;
 
     h4:first-child {
       margin-top: 0;
     }
   }
 
+  :last-child {
+    border-bottom: none;
+  }
+
   .paginate {
     float: right;
     padding: 1px 6px;
@@ -1105,8 +1109,8 @@ header .search_form {
     }
   }
 
-  .note-description {
-    margin-left: 10px;
+  .note-description {
+    margin: 0 0 10px 10px;
   }
 }
 
@@ -1375,6 +1379,10 @@ header .search_form {
 }
 
 .user-view {
+  // Silly exception; remove when user page is redesigned.
+  .content-inner {
+    max-width: none;
+  }
   p#no_home_location {
     margin: $lineheight;
   }