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;