webapps.wiki: better spacing on article list.

flac
John Benediktsson 2020-03-02 16:07:09 -08:00 committed by Steve Ayerhart
parent 2597a4a8f6
commit d0d46c3dff
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 3 additions and 1 deletions

View File

@ -4,12 +4,14 @@
<t:title>All Articles</t:title>
<div class="description">
<ul>
<t:bind-each t:name="articles">
<li>
<t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title"/></t:a>
</li>
</t:bind-each>
</ul>
</ul>
</div>
</t:chloe>