From 9ba3ba6fa3e20d667b212f65299037895ac4c1b9 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Tue, 15 Sep 2015 01:20:14 +0300 Subject: [PATCH 1/2] 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 { From 2c1bec8a686c48ddd38d458b9f57d6da92951e80 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Tue, 15 Sep 2015 01:24:40 +0300 Subject: [PATCH 2/2] Revert "testing.." This reverts commit e8f32964f82eacba71a00424bd17d82a79cd5b9c. --- style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/style.css b/style.css index 3a54c60..12444f9 100644 --- a/style.css +++ b/style.css @@ -11,9 +11,6 @@ Tags: white, light, two-column, responsive-layout, custom-menu, featured-images, Text Domain: initfest initFest is distributed under the terms of the GNU GPL - -testing.. - */ @import url("css/styles.css");