From f1a0d885f6f18d07629da45e0f840ddad941066f Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 15 Oct 2005 20:34:24 +0000 Subject: kill bug 0000170: class="thumbLink" moved inline style declaration to css git-svn-id: http://piwigo.org/svn/trunk@886 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/image.css | 10 ++++++++++ template/yoga/picture.tpl | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/image.css b/template/yoga/image.css index 74f9e1a66..d3c06eff0 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -71,6 +71,16 @@ de l'image... float: right; } +.thumbLink.prev { + margin-right: 10px; + margin-left: 5px; +} + +.thumbLink.next { + margin-right: 5px; + margin-left: 10px; +} + TABLE.infoTable { margin: auto; } diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 55bd2157b..1e653e8da 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -66,12 +66,12 @@ -- cgit v1.2.3