MediaWiki: Common.css: Difference between revisions

From Red Candle
Jump to: navigation, search
No edit summary
No edit summary
Line 2: Line 2:
#toc ul > li > ul { display: block; }
#toc ul > li > ul { display: block; }
#sidebar { background: rgb(249, 249, 249); background: rgba(249, 249, 249, .9); }
#sidebar { background: rgb(249, 249, 249); background: rgba(249, 249, 249, .9); }
.plainlilnks img { max-width: 100%; }

Revision as of 01:26, 12 July 2015

/* CSS placed here will be applied to all skins */
#toc ul > li > ul { display: block; }
#sidebar { background: rgb(249, 249, 249); background: rgba(249, 249, 249, .9); }
.plainlilnks img { max-width: 100%; }