]> git.openstreetmap.org Git - rails.git/commitdiff
Revert user page to full width for now
authorJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 15 Nov 2013 23:28:25 +0000 (15:28 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 15 Nov 2013 23:28:35 +0000 (15:28 -0800)
app/assets/stylesheets/common.css.scss

index f88e0d1d2fcec35901148bab0dc590b3c6fa3e74..68eb17e4238d0e31815d01923f7248e9c9a3b4be 100644 (file)
@@ -1379,6 +1379,10 @@ header .search_form {
 }
 
 .user-view {
 }
 
 .user-view {
+  // Silly exception; remove when user page is redesigned.
+  .content-inner {
+    max-width: none;
+  }
   p#no_home_location {
     margin: $lineheight;
   }
   p#no_home_location {
     margin: $lineheight;
   }