fairly good css style for static recentchanges page

The customary 2.5 hours of staring at random css turtorials later, here
is a pure css latout for the static recentchanges page that, while not as good
as the old table layout, it decent. And it works well in lynx. And
should generate some pretty nice rss too.
master
Joey Hess 2008-01-29 04:22:40 -05:00
parent 21f44880cd
commit a6a300f675
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<TMPL_IF FIRST>
<div class="inlinechange">
</TMPL_IF>
<TMPL_VAR CONTENT>
<span class="desc"><br />Date:</span>
<span class="changedate">
<TMPL_VAR CTIME>
</span>
<TMPL_IF LAST>
</div>
</TMPL_IF>