MediaWiki:Timeless.css: Difference between revisions

From Riverview Legal Group
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "→‎CSS placed here will affect users of the Timeless skin: <style> #p-tb { display: none; } div#mw-panel { width: 250px; } div#footer, #mw-head-base, div#content { m...")
(No difference)

Revision as of 03:58, 29 March 2020

/* CSS placed here will affect users of the Timeless skin */

<style>
 
#p-tb { display: none; } 

 div#mw-panel { width: 250px; } 
 div#footer, #mw-head-base, div#content { margin-left: 12em; } 
 #left-navigation { margin-left: 12em; }

</style>