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.
9 lines
215 B
Text
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>
|
|
|