diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/iconset.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/iconset.css b/themes/default/iconset.css index 9e8c9043e..b0452256e 100644 --- a/themes/default/iconset.css +++ b/themes/default/iconset.css @@ -1,6 +1,5 @@ .pwg-icon { - display: block; /*IE6*/ - display: inline-block; /*IE6 does not get it*/ + display: inline-block; /*IE6 does not get this correctly*/ text-indent: -9999px; overflow: hidden; background-repeat: no-repeat; width: 26px; height: 26px; background-image: url(s26/outline_808080.png); } |