Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"

(Created page with "- CSS placed here will be applied to all skins: .toc, #toc { margin-left: 50px;; }")
 
Line 2: Line 2:
  
 
.toc, #toc {  
 
.toc, #toc {  
   margin-left: 50px;;  
+
   margin-left: 500px;;  
 
}
 
}

Revision as of 14:28, 11 October 2013

/* CSS placed here will be applied to all skins */
 
.toc, #toc { 
  margin-left: 500px;; 
}