From efb77a8a6c19f289a9128601e1c34f0fe0bca0da Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 01:03:51 -0700 Subject: [PATCH] Shrink the footer fine print to 80% of regular font size --- src/local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/local.css b/src/local.css index 4e0f15e..6369c55 100644 --- a/src/local.css +++ b/src/local.css @@ -10,6 +10,10 @@ h1, .header, #footer { margin-left: -8%; } +#footer { + font-size: 80%; +} + h2,h3,h4,h5,h6 { margin-left: -4%; } -- 2.43.0