From: Michael Stapelberg Date: Fri, 22 Jul 2011 12:46:14 +0000 (+0200) Subject: invisible border for navigation links when not hovered. fixes flickering on hover X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fbd013c9d41d1450efd3f82dbc7d69a84c8f7fa8;p=i3%2Fi3.github.io invisible border for navigation links when not hovered. fixes flickering on hover --- 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 {