MediaWiki:Common.css: Difference between revisions

From annawiki
No edit summary
No edit summary
Line 10: Line 10:
  width:1002px;
  width:1002px;
  margin:auto;
  margin:auto;
}
@media screen
div#mw-panel{
left:auto;
}
}

Revision as of 2015-07-28T11:10:22

/* CSS placed here will be applied to all skins */
#left-navigation {display:none}

div#mw-panel{
 top:0;
 width:6em;
 padding-left:0em;
}
body{
 width:1002px;
 margin:auto;
}

@media screen
div#mw-panel{
 left:auto;
}