# HG changeset patch # User veltr # Date 1360591999 -3600 # Node ID 365c73a0e8c1fe6e32c65663a776ed1c13a7af55 # Parent 92f25438071d48200e6494f5179b1849be5c32ac Css small change diff -r 92f25438071d -r 365c73a0e8c1 src/egonomy/static/egonomy/css/egonomy.css --- a/src/egonomy/static/egonomy/css/egonomy.css Mon Feb 11 14:46:14 2013 +0100 +++ b/src/egonomy/static/egonomy/css/egonomy.css Mon Feb 11 15:13:19 2013 +0100 @@ -173,13 +173,6 @@ float: left; margin: 2px 0 4px 12px; } -.subcol_all { - float: left; margin: 2px 0 4px 10px; width: 110px; -} -.subcol_all:nth-child(8n+1) { - margin-left: 0; clear: left; -} - .column-third { float: left; width: 312px; } @@ -218,7 +211,7 @@ } .subcol-eighth { - width: 110px; + width: 110px; margin-left: 12px; } .subcol-eighth:nth-child(even) { diff -r 92f25438071d -r 365c73a0e8c1 src/egonomy/templates/egonomy_all_fragments.html --- a/src/egonomy/templates/egonomy_all_fragments.html Mon Feb 11 14:46:14 2013 +0100 +++ b/src/egonomy/templates/egonomy_all_fragments.html Mon Feb 11 15:13:19 2013 +0100 @@ -13,7 +13,7 @@ {% if nb_pages %}

{% build_pagination nb_pages cur_page_nb "all_fragments" "contents_page clickable" %}

{% endif %}