MediaWiki:Monobook.css
From Wikichords
Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */ /** Common.css does not seem to be applied since migration, temporarly using monobook */ /** Override standard <pre> format */ pre { background-color: #FFFFFF; border: none; } /** Format tables to allow columns */ table { width: 100%; cellspacing: 5; } tr { vertical-align: top; } /**td { width: 50%; }*/