- Patch #653234 by timmillwood: make Druplicon look inward until we figure out what to do with the logomark.
parent
77df3ae1af
commit
86e806f2d8
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue