fix my CSS again

This commit is contained in:
ccd0 2014-04-20 21:00:31 -07:00
parent 28838d2d63
commit c64c9e23a5

View File

@ -73,12 +73,13 @@ body > hr,
#blotter hr, #blotter hr,
.desktop > hr, .desktop > hr,
#delform > hr, #delform > hr,
#content > hr, #content > hr {
:root.thread .board > hr {
display: none; display: none;
} }
:root.index .board > hr:last-of-type { :root.index .board > hr:last-of-type,
border-top-color: transparent !important; :root.thread .board > hr {
border: 0px;
margin: 0px;
} }
.ad-plea { .ad-plea {
display: none; display: none;