Changeset - 8eda32577727
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-04 23:10:01
bkuhn@ebb.org
Pagination should float to the center, I think
3 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -236,2 +236,3 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
.next_page_button { float: right; }
 
.pagination_list { float: center; }
 
.document_format { border: 1px solid #888; padding: .2em; background: #fff99d;}
www/conservancy/templates/blog/entry_list.html
Show inline comments
...
 
@@ -28,3 +28,3 @@
 
</p>
 
<p>{% for pagenum in blog_entries.paginator.page_range %}{% ifequal pagenum blog_entries.number %}[{{ pagenum }}]{% else %}<a href="?page={{ pagenum }}">{{ pagenum }}</a>{% endifequal %} {% endfor %}
 
<p class="pagination_list">{% for pagenum in blog_entries.paginator.page_range %}{% ifequal pagenum blog_entries.number %}[{{ pagenum }}]{% else %}<a href="?page={{ pagenum }}">{{ pagenum }}</a>{% endifequal %} {% endfor %}
 
</p>
www/conservancy/templates/news/pressrelease_list.html
Show inline comments
...
 
@@ -33,3 +33,3 @@
 
</p>
 
<p>{% for pagenum in news.paginator.page_range %}{% ifequal pagenum news.number %}[{{ pagenum }}]{% else %}<a href="?page={{ pagenum }}">{{ pagenum }}</a>{% endifequal %} {% endfor %}
 
<p class="pagination_list">{% for pagenum in news.paginator.page_range %}{% ifequal pagenum news.number %}[{{ pagenum }}]{% else %}<a href="?page={{ pagenum }}">{{ pagenum }}</a>{% endifequal %} {% endfor %}
 
</p>
0 comments (0 inline, 0 general)