From eb04f60d4e28ba93feca9d9a7a8c65992a214975 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 18 Jun 2012 12:41:54 +0200 Subject: Increase negative text-indents to properly hide button texts (#1488534) --- skins/larry/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skins/larry/styles.css') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 7b321ed56..c64bc77ee 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -330,7 +330,7 @@ a.iconbutton { width: 24px; height: 18px; text-decoration: none; - text-indent: -1000px; + text-indent: -5000px; background: url(images/buttons.png) -1000px 0 no-repeat; } @@ -827,7 +827,7 @@ table.layout td { display: inline-block; width: 48px; height: 35px; - text-indent: -1000px; + text-indent: -5000px; background: url(images/buttons.png) -1000px 0 no-repeat; } @@ -1941,7 +1941,7 @@ ul.toolbarmenu li span.conversation { height: 18px; padding: 0; text-decoration: none; - text-indent: -1000px; + text-indent: -5000px; background: url(images/buttons.png) -7px -337px no-repeat; } -- cgit v1.2.3