aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/style.css
diff options
context:
space:
mode:
authorNumEricR <eric.github@gmail.com>2013-08-23 18:45:34 +0200
committerNumEricR <eric.github@gmail.com>2013-08-23 18:45:34 +0200
commit4b4afc7322cef96575649a47e34b1621a5aab1fd (patch)
treefe1398ed7287d010f8405e46915fc7b9384087ec /tpl/css/style.css
parent29773c9729038510728738908b58fd8a86ef943b (diff)
downloadwallabag-4b4afc7322cef96575649a47e34b1621a5aab1fd.tar.gz
wallabag-4b4afc7322cef96575649a47e34b1621a5aab1fd.tar.zst
wallabag-4b4afc7322cef96575649a47e34b1621a5aab1fd.zip
Add textual content on tools links
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r--tpl/css/style.css4
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