From 2848580ca443c7e3e30bf3065fa12d72a721d8e0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 19 Apr 2014 15:59:13 -0700 Subject: [PATCH] remove unwanted hr --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index dcc1ad6b2..22361020b 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -72,7 +72,7 @@ a { hr { display: none; } -.board hr { +:root.index .board hr { display: block; } .board > hr:last-of-type {