- Patch #653234 by timmillwood: make Druplicon look inward until we figure out what to do with the logomark.

merge-requests/26/head
Dries Buytaert 2009-12-22 19:45:00 +00:00
parent 77df3ae1af
commit 86e806f2d8
1 changed files with 2 additions and 2 deletions

View File

@ -814,11 +814,11 @@ div.admin-options div.form-item {
/* Maintenance theming */ /* Maintenance theming */
body.in-maintenance #sidebar-first { body.in-maintenance #sidebar-first {
float: right; float: left;
width: 200px; width: 200px;
} }
body.in-maintenance #content { body.in-maintenance #content {
float: left; float: right;
width: 550px; width: 550px;
padding-right: 20px; padding-right: 20px;
} }