MediaWiki: Common.css: Difference between revisions

From Red Candle
Jump to: navigation, search
Created page with "CSS placed here will be applied to all skins: #toc ul > li > ul {display: block; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#toc ul > li > ul {display: block; }
#toc ul > li > ul {display: block; }
#sidebar {top: 300px; }

Revision as of 16:18, 10 July 2015

/* CSS placed here will be applied to all skins */
#toc ul > li > ul {display: block; }
#sidebar {top: 300px; }