From: Carl Worth Date: Wed, 23 May 2007 08:03:51 +0000 (-0700) Subject: Shrink the footer fine print to 80% of regular font size X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=efb77a8a6c19f289a9128601e1c34f0fe0bca0da Shrink the footer fine print to 80% of regular font size --- 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%; }