aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/templates/photos/photo_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/photos/templates/photos/photo_detail.html')
-rw-r--r--bn_django/photos/templates/photos/photo_detail.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/bn_django/photos/templates/photos/photo_detail.html b/bn_django/photos/templates/photos/photo_detail.html
index a2a28c2..3b582b1 100644
--- a/bn_django/photos/templates/photos/photo_detail.html
+++ b/bn_django/photos/templates/photos/photo_detail.html
@@ -20,31 +20,27 @@
{% if object %}
{% if object.next %}
-<div class="right_stuff">
+<div class="right_stuff" style="clear: right;">
<div class="small-image-box">
<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
<a href="../{{ object.next.id }}/">
Next:<br/>
<img src="{{ object.next.thumburl}}" alt="{{ object.next.title }}"/>
- </a> <!--
- <a href="../{{ object.next.id }}/">
- <span>{{ object.next.title }} &raquo;</span></a> -->
+ </a>
</div></div>
{% endif %}
-
{% if object.prev %}
-<div class="right_stuff">
+<div class="right_stuff" style="clear: right;">
<div class="small-image-box">
<a href="../{{ object.prev.id }}/">
Previous:<br />
<img src="{{ object.prev.thumburl}}" alt="{{ object.prev.title }}"/>
- </a> <!--
- <a href="../{{ object.prev.id }}/">
- <span>&laquo; {{ object.prev.title }} </span></a> -->
+ </a>
</div>
</div>
{% endif %}
+
<center>
<div id="centerize">
<a href="{{ object.fullurl }}">