Improve core developers list layout

This commit is contained in:
Saivann 2014-05-27 08:18:01 -04:00
parent 7595014dd2
commit 73510fe526
3 changed files with 32 additions and 16 deletions

View file

@ -39,10 +39,9 @@ map.addLayer(markers);
{% else %}
<h2>{% translate upcoming %}</h2>
{% endcase %}
<div class="eventtable">
<div class="listtable eventtable">
{% filter_for p in site.conferences sort_by:date %}
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
</li>
{% endfilter_for %}
</div>