diff options
Diffstat (limited to 'template/yoga/image.css')
-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; } |