Difference between revisions of "MediaWiki:Common.css"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
Line 7: Line 7:
 
.firstheading
 
.firstheading
 
{
 
{
margin-left:auto;
+
text-align:center;
margin-right:auto;
 
 
}
 
}

Revision as of 20:51, 9 December 2016

/* CSS placed here will be applied to all skins */
#languageselector-select-1
{
display:none;
}

.firstheading
{
text-align:center;
}