]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/inlinepage.tmpl
* Make RecentChanges use a table and some CSS, should be much more readable.
[ikiwiki.git] / templates / inlinepage.tmpl
index 38834c0b2502acd8888887d8d57888c5038f74d8..bcb61335dccdfc5784b2fc11ff022401f15a2595 100644 (file)
@@ -1,7 +1,9 @@
-<h1><TMPL_VAR PAGELINK></h1>
+<div class="inlinepage">
+<span class="header"><TMPL_VAR PAGELINK></span>
 
 <TMPL_VAR CONTENT>
 
 <p>
 <i>(posted <TMPL_VAR CTIME>)</i>
 </p>
+</div>