From 687d3922d8a6b482ccf5f18720cedcfc1bb1bc1c Mon Sep 17 00:00:00 2001 From: chrisaga Date: Mon, 21 Nov 2005 20:10:10 +0000 Subject: - bug 197 fixed : IE doesn't support multiple class (port form 1.5 branch) git-svn-id: http://piwigo.org/svn/trunk@950 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/image.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'template/yoga/image.css') diff --git a/template/yoga/image.css b/template/yoga/image.css index cff44831e..a7c8dfa83 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -65,20 +65,23 @@ de l'image... margin: 0 auto; } -.navThumb.prev { +.navThumb { + margin-top: 2px; +} +#thumbPrev { float: left; } -.navThumb.next { +#thumbNext { float: right; } -.thumbLink.prev { +#linkPrev { margin-right: 10px; margin-left: 5px; } -.thumbLink.next { +#linkNext { margin-right: 5px; margin-left: 10px; } -- cgit v1.2.3