diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 21:15:39 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 21:15:39 +0200 |
commit | d9afe1abd7baa5dcda362bb247f5bdecafe30048 (patch) | |
tree | 7f196ec5f7693499e25d68aba95fbd1a1ef8f0c8 /tpl/css | |
parent | 70c39d16185698c0cc937cc4104694cd97e36d33 (diff) | |
parent | c2618ca7917b6566d3e0406a2ccbe6c936327837 (diff) | |
download | wallabag-d9afe1abd7baa5dcda362bb247f5bdecafe30048.tar.gz wallabag-d9afe1abd7baa5dcda362bb247f5bdecafe30048.tar.zst wallabag-d9afe1abd7baa5dcda362bb247f5bdecafe30048.zip |
Merge branch 'dev' of github.com:inthepoche/poche into dev
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 | ||