From 1f6f7f7f695b602c5b8b51574d7489c0a96898b8 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 6 Feb 2006 18:22:42 +0000 Subject: [PATCH] added last-modified info at the bottom of every page --- helm/www/matita/bottombar.shtml | 5 +++-- helm/www/matita/style.css | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/helm/www/matita/bottombar.shtml b/helm/www/matita/bottombar.shtml index 3f4fbd712..5f541d8a3 100644 --- a/helm/www/matita/bottombar.shtml +++ b/helm/www/matita/bottombar.shtml @@ -1,9 +1,10 @@
+ Last-modified:
diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index a5898e43f..64cc6d8b4 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -7,6 +7,10 @@ body { margin-right: 7%; } +samp.tiny { + font-size: 8pt; +} + span.h1 { font-family: sans-serif; font-size: 16pt; -- 2.39.5