summaryrefslogtreecommitdiff
path: root/archivepage.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'archivepage.tmpl')
-rw-r--r--archivepage.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivepage.tmpl b/archivepage.tmpl
index 93bdd9c..3e0bd9b 100644
--- a/archivepage.tmpl
+++ b/archivepage.tmpl
@@ -1,10 +1,10 @@
-<p>
+<div class="archivepage">
<TMPL_IF PERMALINK>
<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a><br />
<TMPL_ELSE>
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a><br />
</TMPL_IF>
-<i>
+<span class="archivepagedate">
Posted <TMPL_VAR CTIME>
<TMPL_IF AUTHOR>
by <span class="author">
@@ -15,5 +15,5 @@ by <span class="author">
</TMPL_IF>
</span>
</TMPL_IF>
-</i>
-</p>
+</span>
+</div>