diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-10-15 20:34:24 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-10-15 20:34:24 +0000 |
commit | f1a0d885f6f18d07629da45e0f840ddad941066f (patch) | |
tree | 371a137923f08b1aeed2b75eeb061bf906d9139b /template/yoga/picture.tpl | |
parent | 1d58376334885344cb0ae406736556771c56076b (diff) |
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
Diffstat (limited to 'template/yoga/picture.tpl')
-rw-r--r-- | template/yoga/picture.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <!-- BEGIN previous --> <a class="navThumb prev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}"> - <img src="{previous.IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}"> + <img src="{previous.IMG}" class="thumbLink prev" alt="{previous.TITLE_IMG}"> </a> <!-- END previous --> <!-- BEGIN next --> <a class="navThumb next" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}"> - <img src="{next.IMG}" alt="{next.TITLE_IMG}"> + <img src="{next.IMG}" class="thumbLink next" alt="{next.TITLE_IMG}"> </a> <!-- END next --> |