From 621ed0b391f81bb7d636d1e447154e1f5b43fb24 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 3 Jan 2011 20:47:15 +0000 Subject: - css sprites - attempt to auto align plugin image links on the index page and picture pages - css sprites - a couple of rel nofolloz dissapeared - hide the flat icon if there are no sub albums for the current album git-svn-id: http://piwigo.org/svn/trunk@8463 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/iconset.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/default/iconset.css') diff --git a/themes/default/iconset.css b/themes/default/iconset.css index b0452256e..3af5b40ba 100644 --- a/themes/default/iconset.css +++ b/themes/default/iconset.css @@ -2,6 +2,7 @@ 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); + vertical-align: bottom; } .pwg-button-text { display:none; } @@ -13,7 +14,7 @@ .pwg-button { display: inline-block; - vertical-align: middle; + vertical-align: top; } .pwg-icon-home {background-position: -26px 0} -- cgit v1.2.3