diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 10:42:31 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 10:42:31 -0700 |
commit | c2618ca7917b6566d3e0406a2ccbe6c936327837 (patch) | |
tree | 91cb1138610644c340f2f79c15373644a65b4c58 /tpl/css | |
parent | 8340fedd6403e5ef68df443476a548ff0d241b67 (diff) | |
parent | 4b4afc7322cef96575649a47e34b1621a5aab1fd (diff) | |
download | wallabag-c2618ca7917b6566d3e0406a2ccbe6c936327837.tar.gz wallabag-c2618ca7917b6566d3e0406a2ccbe6c936327837.tar.zst wallabag-c2618ca7917b6566d3e0406a2ccbe6c936327837.zip |
Merge pull request #163 from NumEricR/tools-list
Improve tools list code
Diffstat (limited to 'tpl/css')
-rw-r--r-- | tpl/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index 9b249989..85df6e95 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -137,6 +137,10 @@ a, a:hover, a:visited { | |||
137 | display: inline-block; | 137 | display: inline-block; |
138 | width: 16px; | 138 | width: 16px; |
139 | height: 16px; | 139 | height: 16px; |
140 | /* Hide textual content */ | ||
141 | text-indent: -9999px; | ||
142 | text-align: left; | ||
143 | overflow: hidden; | ||
140 | } | 144 | } |
141 | 145 | ||
142 | 146 | ||