diff options
Diffstat (limited to 'template/default/picture.tpl')
-rw-r--r-- | template/default/picture.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/picture.tpl b/template/default/picture.tpl index 4d4c5c374..4bd65d6d6 100644 --- a/template/default/picture.tpl +++ b/template/default/picture.tpl @@ -62,7 +62,7 @@ [ <a href="{stop_slideshow.U_SLIDESHOW}" class="back" style="font-weight:bold;">{L_STOP_SLIDESHOW}</a> ] </div> <!-- END stop_slideshow --> - +<div style="clear:both;"></div> <div id="gauche"> <!-- BEGIN previous --> @@ -91,9 +91,9 @@ <!-- END next --> </div> -<div style="clear:both"></div> +<div style="clear:both;"></div> <!-- BEGIN metadata --> - <table class="metadata"> + <table class="tablecompact"> <!-- BEGIN headline --> <tr> <th colspan="2">{metadata.headline.TITLE}</th> |