summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-17 23:53:14 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-17 23:53:14 -0600
commit85de4ab2e5114c343cac8abd89a796d1bb48153a (patch)
treed57754186a795b6526595f4c3c05b06e0e00ec60
parent84179c79211e7920dffc0d85426ab8f2618a85af (diff)
downloadnarwhal-85de4ab2e5114c343cac8abd89a796d1bb48153a.tar.gz
narwhal-85de4ab2e5114c343cac8abd89a796d1bb48153a.zip
fix css
-rw-r--r--root/templates/page.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/templates/page.tt b/root/templates/page.tt
index e3e60c2..6e9ec31 100644
--- a/root/templates/page.tt
+++ b/root/templates/page.tt
@@ -5,7 +5,7 @@
<p>
[% text %]
</p>
-<p style="text-size: small">
+<p style="font-size: small">
Last modified by [% author.id %] on [% modified %]
</p>
</body>