Added some slight style and new typeface

--HG--
branch : kf-refactor
This commit is contained in:
Kyle Fiedler
2012-01-05 21:39:55 -05:00
parent 47bc1b8a68
commit b98d833762
13 changed files with 53 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
<div>
<ol>
% for t in items:
<div id="vert-${items.index(t)}">
${t[1]['content']}
</div>
<li id="vert-${items.index(t)}">
${t[1]['content']}
</li>
% endfor
</div>
</ol>