aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/templates/photos/photo_detail.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2007-08-13 21:12:41 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2007-08-13 21:12:41 -0700
commit3399247f64ab4a184cc6000c3054e0e206fb0172 (patch)
tree75ffd1f67f7c050ec75ea317996d72f87c376743 /bn_django/photos/templates/photos/photo_detail.html
parent86978e28a9437e9a7c199188a7055cee193f6fb0 (diff)
downloadbnewnet-3399247f64ab4a184cc6000c3054e0e206fb0172.tar.gz
bnewnet-3399247f64ab4a184cc6000c3054e0e206fb0172.zip
more IE compatability changes
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 }}">