antville/code/Story/display.skin
Hannes Wallnöfer 8d2e78643e Reworked basic inner story and comment skins.
Spacing should be better now.
Skins should be easier to understand and customize.
Used <div> tags wherever possibe instead of <span><br>
Checked for XHTML 1.0 Transitional validity.
2003-03-14 10:59:00 +00:00

9 lines
215 B
Text

<div class="storyDate">
<% story.creator as="link" %>,
<% story.createtime format="long" %>
</div>
<div class="storyTitle"><% story.content part="title" %></div>
<div><% story.content part="text" %></div>