diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-11-21 22:10:02 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-11-21 22:10:02 +0100 |
commit | fe16457efc4365b8fa7b5879b1f8f8dc4e4a07bc (patch) | |
tree | 8d8565fad43ab6bc5618a2372956ab792de521ec | |
parent | 747a15841d8e2baead88d6e4ab167ae3a30771e7 (diff) | |
parent | 46533cac7d12b460392afcc14ebb554f5ee6046a (diff) | |
download | wallabag-fe16457efc4365b8fa7b5879b1f8f8dc4e4a07bc.tar.gz wallabag-fe16457efc4365b8fa7b5879b1f8f8dc4e4a07bc.tar.zst wallabag-fe16457efc4365b8fa7b5879b1f8f8dc4e4a07bc.zip |
Merge pull request #945 from jsit/carrot
Fixing icon text on unread page
-rwxr-xr-x | themes/baggy/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 568eb116..2aad3aa7 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -667,8 +667,8 @@ a.add-to-wallabag-link-after:after { | |||
667 | 667 | ||
668 | .icon span, | 668 | .icon span, |
669 | .icon-image span { | 669 | .icon-image span { |
670 | display: inline-block; | 670 | position: absolute; |
671 | text-indent: -9999px; | 671 | top: -9999px; |
672 | } | 672 | } |
673 | 673 | ||
674 | [class^="icon-"]:before, [class*=" icon-"]:before { | 674 | [class^="icon-"]:before, [class*=" icon-"]:before { |