From c64c9e23a5422d5b8406c9537bbf29d603d5c54e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 20 Apr 2014 21:00:31 -0700 Subject: [PATCH] fix my CSS again --- src/General/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index da4c60681..274c0d1fc 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -73,12 +73,13 @@ body > hr, #blotter hr, .desktop > hr, #delform > hr, -#content > hr, -:root.thread .board > hr { +#content > hr { display: none; } -:root.index .board > hr:last-of-type { - border-top-color: transparent !important; +:root.index .board > hr:last-of-type, +:root.thread .board > hr { + border: 0px; + margin: 0px; } .ad-plea { display: none;