diff options
author | luxagraf <sng@luxagraf.net> | 2011-05-18 18:26:35 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-05-18 18:26:35 -0400 |
commit | 1506bab5161cfe93b2e324ee692d87d3721c4eaf (patch) | |
tree | ece28605445ed3cfe779f80544d06eff5ffa6582 /templates/details | |
parent | 0336cc37c9fa603e88236f3119ae8e2678bc926b (diff) |
fixed some small css bugs, aligned next prev links in the middle, etc
Diffstat (limited to 'templates/details')
-rw-r--r-- | templates/details/entry.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/details/entry.html b/templates/details/entry.html index 9454a41..739be15 100644 --- a/templates/details/entry.html +++ b/templates/details/entry.html @@ -41,7 +41,8 @@ class="{%if t == 0 or t == 2 %}single{%endif%}{%if t == 1 or t == 3 %}double{%en {% with object.get_next_published as next %} {% with object.get_previous_published as prev %} <nav id="page-navigation"> - <ul>{% if prev%}<li id="next"><span class="bl">Previous:</span> + <ul>{% if prev%} + <li id="next"><span class="bl">Previous:</span> <a href="{{ prev.get_absolute_url }}" title=" {{prev.title}}">{{prev.title|safe}}</a> </li>{%endif%}{% if next%} <li id="prev"><span class="bl">Next:</span> |