Difference between revisions of "MediaWiki:Common.css"

From TurboGAP
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎No talk tab: #ca-talk { display:none!important; } →‎Adjust sidebar position: div#mw-panel { top: 80px}")
 
Line 7: Line 7:
  
 
/* Adjust sidebar position */
 
/* Adjust sidebar position */
div#mw-panel { top: 80px}
+
div#mw-panel { top: 40px}

Revision as of 12:42, 29 June 2020

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


/* No talk tab */
#ca-talk { display:none!important; }


/* Adjust sidebar position */
div#mw-panel { top: 40px}