diff options
Diffstat (limited to 'template/yoga/image.css')
-rw-r--r-- | template/yoga/image.css | 11 |
1 files changed, 7 insertions, 4 deletions
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; } |