Show aside primary on settings pages for all themes.

This commit is contained in:
Samantha Doherty 2011-02-10 13:23:20 -05:00
parent 523e8c86e9
commit 8a87e9869f

View File

@ -41,7 +41,12 @@ border-radius-topright:7px;
border-radius-topright:0;
-moz-border-radius-topright:0;
-webkit-border-top-right-radius:0;
min-height: 360px;
}
body[id$=settings] #aside_primary {
display:none;
float: right;
width: 17.25%;
margin-right: 10.45%;
margin-top: 6px;
min-height: 0px;
}