From 4d7cca3a922162a05fc704a29340a8e14e45dc57 Mon Sep 17 00:00:00 2001 From: cTn Date: Mon, 25 Nov 2013 15:16:48 +0100 Subject: [PATCH] fixing graphical glitch --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a179f347..6aa8b22c 100644 --- a/css/style.css +++ b/css/style.css @@ -142,9 +142,10 @@ a:hover { background-color: #acacac; } #tabs li.active { - border-bottom: 1px solid white; } #tabs li.active a { + height: 16px; + background-color: white; } #tabs li.active a:hover {