Merge pull request #14 from user890104/master

Do not show text for menu items that are icons
This commit is contained in:
Vencislav Atanasov 2015-09-15 01:26:52 +03:00
commit a515d039c1
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 {