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/image.css | |
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 '')
-rw-r--r-- | template/yoga/image.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; } |