]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using the full width for the content area for the admin section. It
authorSarven Capadisli <csarven@status.net>
Wed, 3 Mar 2010 20:43:02 +0000 (15:43 -0500)
committerSarven Capadisli <csarven@status.net>
Wed, 3 Mar 2010 20:43:02 +0000 (15:43 -0500)
also makes the local navigation's tabs stay in context with the content

theme/base/css/display.css

index f32c57ea451758aa48fa0017817deb74e00cf784..b8dd561ccc7ae0907a54ddaf135e2ef9a4409f6a 100644 (file)
@@ -452,6 +452,13 @@ width:100%;
 float:left;
 }
 
+#content.admin {
+width:95.5%;
+}
+#content.admin #content_inner {
+width:66.3%;
+}
+
 #aside_primary {
 width:27.917%;
 min-height:259px;