MediaWiki:Common.css: Difference between revisions

From Poké Sources
(Removed more white space.)
(Slightly altering the flaggedrevs edit notice.)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#footer-places {  
#footer-places {
display: none;
display: none;
}
table.flaggedrevs_editnotice, table.flaggedrevs_viewnotice {
padding: 12px 24px;
font-size: calc(1em * 1);
}
}



Revision as of 15:09, 15 July 2023

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

#footer-places {
	display: none;
}

table.flaggedrevs_editnotice, table.flaggedrevs_viewnotice {
	padding: 12px 24px;
	font-size: calc(1em * 1);
}

.mw-footer-container {
	padding-bottom: 8px;
	padding-top: 0px;
}