Stylish - Remove horizontal rule (hr) lines on Userlogos


This Style was put together for MShadows

see comment here

This should remove all horizontal rule lines (hr) on UL when loaded into Stylish.

Here are some test lines (should disappear):







Enjoy !


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userlogos.org")
{

hr
{
display:none !important;
}

}