]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #945 from jsit/carrot 942/head
authorThomas Citharel <tcit@tcit.fr>
Fri, 21 Nov 2014 21:10:02 +0000 (22:10 +0100)
committerThomas Citharel <tcit@tcit.fr>
Fri, 21 Nov 2014 21:10:02 +0000 (22:10 +0100)
Fixing icon text on unread page

themes/baggy/css/main.css

index 568eb116a1f8820a20ac31cb1b19c7dfca36849b..2aad3aa7f638fe07f47cbc6a02cece364b938620 100755 (executable)
@@ -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 {