Add textual content on tools links

This commit is contained in:
NumEricR
2013-08-23 18:45:34 +02:00
parent 29773c9729
commit 4b4afc7322
3 changed files with 20 additions and 16 deletions

View File

@ -137,6 +137,10 @@ a, a:hover, a:visited {
display: inline-block;
width: 16px;
height: 16px;
/* Hide textual content */
text-indent: -9999px;
text-align: left;
overflow: hidden;
}