MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
} | } | ||
div#footer{ | div#footer{ | ||
margin-left: | margin-left:6em; | ||
} | } | ||
#footer-icons{ | #footer-icons{ | ||
Revision as of 2015-07-28T09:25:01
/* CSS placed here will be applied to all skins */
#left-navigation {display:none}
body{
width:1002px;
margin:auto;
}
div#mw-head{
width:1002px;
right:auto;
}
div#mw-panel{
top:0;
width:6em;
padding-left:0;
padding-top:0;
}
div#mw-panel{
left:auto;
}
div#footer{
margin-left:6em;
}
#footer-icons{
display:none;
}
div#content{
margin-left:6em;
}