MediaWiki: Common.css

From Social Collaborative Singapore
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: div.text { width:1000px }")
 
 
(42 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
div.text {
+
#toc {
   width:1000px
+
   display:block;
 
}
 
}

Latest revision as of 13:55, 16 June 2019

/* CSS placed here will be applied to all skins */

#toc {
  display:block;
}