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,6 +4,7 @@
<t:title>All Articles</t:title> <t:title>All Articles</t:title>
<div class="description">
<ul> <ul>
<t:bind-each t:name="articles"> <t:bind-each t:name="articles">
<li> <li>
@ -11,5 +12,6 @@
</li> </li>
</t:bind-each> </t:bind-each>
</ul> </ul>
</div>
</t:chloe> </t:chloe>