Difference between revisions of "MediaWiki:Common.css"

From WikiofSport
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #toc { float: left; }")
 
Line 2: Line 2:
  
 
#toc {  
 
#toc {  
float: left;
+
position: fixed;
 +
left: 0;
 
}
 
}

Revision as of 13:37, 15 May 2015

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

#toc { 
position: fixed;
left: 0;
}