From 9ba3ba6fa3e20d667b212f65299037895ac4c1b9 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Tue, 15 Sep 2015 01:20:14 +0300 Subject: [PATCH] Do not show text for menu items that are icons --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 91b14af..c84274b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -274,6 +274,7 @@ nav .menu > li:hover { left: 0; height: 52px; width: 10px; + text-indent: -9999px; } nav ul a {