Using the full width for the content area for the admin section. It

also makes the local navigation's tabs stay in context with the content
This commit is contained in:
Sarven Capadisli 2010-03-03 15:43:02 -05:00
parent ef6bf8f331
commit 5c70481d30

View File

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