From 46533cac7d12b460392afcc14ebb554f5ee6046a Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Fri, 21 Nov 2014 16:07:15 -0500 Subject: Fixing icon text on unread page --- themes/baggy/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/baggy/css') 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 { .icon span, .icon-image span { - display: inline-block; - text-indent: -9999px; + position: absolute; + top: -9999px; } [class^="icon-"]:before, [class*=" icon-"]:before { -- cgit v1.2.3