Difference between revisions of "MediaWiki:Common.css"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #languageselector-select-1 { display:none; }")
 
Line 3: Line 3:
 
{
 
{
 
display:none;
 
display:none;
 +
}
 +
 +
.firstheading
 +
{
 +
margin-left:auto;
 +
margin-right:auto;
 
}
 
}

Revision as of 20:50, 9 December 2016

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

.firstheading
{
margin-left:auto;
margin-right:auto;
}