Do not show text for menu items that are icons

This commit is contained in:
Vencislav Atanasov 2015-09-15 01:20:14 +03:00
parent 2afb0ce65b
commit 9ba3ba6fa3
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ nav .menu > li:hover {
left: 0;
height: 52px;
width: 10px;
text-indent: -9999px;
}
nav ul a {