summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-29 04:22:40 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-29 04:22:40 -0500
commita6a300f675737f2628e8e4e1845a363aad17a656 (patch)
tree15e9323517deda127634ca07aed69a8303723e80
parent21f44880cdd8f23264b2416bf39793aadcb87df6 (diff)
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.
-rw-r--r--templates/inlinechange.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/inlinechange.tmpl b/templates/inlinechange.tmpl
new file mode 100644
index 000000000..669911184
--- /dev/null
+++ b/templates/inlinechange.tmpl
@@ -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>