MediaWiki:Common.css: Difference between revisions

From The FunKey Wiki
Content added Content deleted
m (Undo revision 15283 by CoolieCoolster (talk))
Tag: Undo
mNo edit summary
Line 2: Line 2:
.mw-editsection { display:none; }
.mw-editsection { display:none; }
table.darkgrey-header th { background-color: #999999; }
table.darkgrey-header th { background-color: #999999; }
img.thirdwidth {
width: 35%;
height: auto;
}

Revision as of 10:00, 18 August 2021

/* CSS placed here will be applied to all skins */
.mw-editsection { display:none; }
table.darkgrey-header th { background-color: #999999; }
img.thirdwidth {
    width: 35%;
    height: auto;
}