From fbd013c9d41d1450efd3f82dbc7d69a84c8f7fa8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 22 Jul 2011 14:46:14 +0200 Subject: [PATCH] invisible border for navigation links when not hovered. fixes flickering on hover --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 675b010..fcba2c6 100644 --- a/css/style.css +++ b/css/style.css @@ -60,6 +60,7 @@ a:hover { display: block; color: #FFF; text-decoration: none; + border-bottom: 2px solid #2e2e2e; } #nav li a:hover { -- 2.39.5