MediaWiki:Shiftinew.css: Difference between revisions

From Shifti
Jump to navigation Jump to search
m minor fixup so we don't delete titles across the site - only in User:
m add a bit of accessibility markup
 
Line 1: Line 1:
body.ns-2 h1.firstHeading { display: none !important; visibility: hidden; }
body.ns-2 h1.firstHeading { display: none !important; visibility: hidden; }
p:nth-child(even), li:nth-child(even) {
        background-color: rgba(0,0,0, 0.03);
}

Latest revision as of 17:58, 11 June 2013

body.ns-2 h1.firstHeading { display: none !important; visibility: hidden; }
p:nth-child(even), li:nth-child(even) {
        background-color: rgba(0,0,0, 0.03);
}