src/cm/templates/site/non_authenticated_index.html
changeset 220 7d278fde2748
parent 203 84b8af5ed884
child 550 05b5e51e8823
--- a/src/cm/templates/site/non_authenticated_index.html	Thu Mar 18 15:18:42 2010 +0100
+++ b/src/cm/templates/site/non_authenticated_index.html	Fri Mar 19 16:22:59 2010 +0100
@@ -20,7 +20,7 @@
 <h2>{% blocktrans count public_texts|length as counter %}One public text{% plural %}{{ counter }} public texts{% endblocktrans %}</h2>
 <ul>
 {% for text in public_texts %}
-<li><a title="{{ text.title }}" href="{% url text-view text.key %}">{{ text.title }}</a>
+<li style="padding-bottom:10px;"><a title="{{ text.title }}" href="{% url text-view text.key %}">{{ text.title }}</a>
 <br/>
 {% include "site/macros/text_meta.html" %}   
 </li>