MediaWiki:Common.css: Difference between revisions

From TVRS Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
/* Infobox alignment*/
/* Infobox alignment*/
.infobox { float: right; }
.infobox { float: right; }
/* Hide Main Page Title */
body.page-Main_Page h1 { display: none; }

Revision as of 17:23, 28 June 2020

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

/* Infobox alignment*/
.infobox { float: right; }

/* Hide Main Page Title */
body.page-Main_Page h1 { display: none; }