MediaWiki:Common.css: Difference between revisions

From The FunKey Wiki
Content added Content deleted
m (Edited CSS)
m (Edited CSS)
Line 2: Line 2:
.mw-editsection { display:none!important; }
.mw-editsection { display:none!important; }


div.thumbinner {width:36px; background-color:white; }
div.thumbinner {
width:36px;
background-color:white;
}

Revision as of 23:58, 29 August 2020

/* CSS placed here will be applied to all skins */
.mw-editsection { display:none!important; }

div.thumbinner {
width:36px;
background-color:white;
}