From: John Firebaugh Date: Fri, 15 Nov 2013 23:28:25 +0000 (-0800) Subject: Revert user page to full width for now X-Git-Tag: live~4653^2~56 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/245a79061ada4b3ea9e63f2c504e2ec018c529f5?ds=sidebyside Revert user page to full width for now --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index f88e0d1d2..68eb17e42 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1379,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; }