Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"

Line 8: Line 8:
 
.toctitle, #toctitle {
 
.toctitle, #toctitle {
 
  margin-top:10px
 
  margin-top:10px
 +
}
 +
 +
body {
 +
background:gray;
 
}
 
}

Revision as of 14:39, 11 October 2013

/* CSS placed here will be applied to all skins */
 
.toc, #toc { 
  margin-left: 00px;; 
 padding-left: 50px;
}
 
.toctitle, #toctitle {
 margin-top:10px
}
 
body {
background:gray;
}