From 526e371a86d0c5b94b35180be13975e491b2ada9 Mon Sep 17 00:00:00 2001 From: hotdogman Date: Mon, 15 Dec 2014 04:57:35 -0600 Subject: [PATCH] Remove dropshadow beneath board title on Futaba --- src/General/css/futaba.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/General/css/futaba.css b/src/General/css/futaba.css index 868307102..6549c9053 100755 --- a/src/General/css/futaba.css +++ b/src/General/css/futaba.css @@ -18,9 +18,6 @@ :root.futaba #header-bar a, :root.futaba #notifications a { color: #800000; } -:root.futaba.fixed #custom-board-list a.current { - border-bottom: 1px solid rgba(178,0,0,0.2); -} :root.futaba.fixed #custom-board-list .current:hover { border-bottom-color: rgba(255,0,0,0.2); }