Takes out some div elements and cleans it up, especially when used in conjunction with FiltersetP. thanks to Micah Bucy for the "shortening advice" 06/12, as I had listed as separate elements (div#fad1, div#fad1p, div#fad6, div#fad10, div#fad36, div#fadbtm).
Before
|
After
|
why not just use
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("sourceforge.net") {
div[id^="fad"] { display: none !important; } }