User:CoolCanuck/monobook.css View history

(Created page with "#mw-content-text > p:nth-child(1) > span{ display: none; }")
 
No edit summary
 
Line 1: Line 1:
#mw-content-text > p:nth-child(1) > span{
#mw-content-text > p:nth-child(1) > span{
display: none;
display: none; !important
}
}

Latest revision as of 23:53, 14 November 2015

#mw-content-text > p:nth-child(1) > span{
display: none; !important
}