Difference between revisions of "MediaWiki:Common.css"

From Learn Na'vi Wiki
Jump to navigation Jump to search
m (small-caps)
Line 2: Line 2:
 
body.page-Main_Page h1.firstHeading {
 
body.page-Main_Page h1.firstHeading {
 
     display: none !important;
 
     display: none !important;
 +
}
 +
 +
span.sc {
 +
    font-variant: small-caps;
 
}
 
}

Revision as of 23:32, 5 May 2010

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading {
    display: none !important;
}

span.sc {
    font-variant: small-caps;
}