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
parent
21f44880cd
commit
a6a300f675
|
@ -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>
|
Loading…
Reference in New Issue