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
1 changed files with 7 additions and 0 deletions

View 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;