From: Carl Worth Date: Wed, 23 May 2007 12:25:13 +0000 (-0700) Subject: Center the fine-print legal notice at the bottom of the page. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=db3522b393e874c8d027b837e55519021c30141f;hp=4a7e6f1674a38ac85e5dda1a62554f6396dd7724;p=cworth.org Center the fine-print legal notice at the bottom of the page. --- diff --git a/src/local.css b/src/local.css index 54bbba7..b0c1897 100644 --- a/src/local.css +++ b/src/local.css @@ -18,6 +18,13 @@ h1, .header, #footer { font-size: 80%; } +#legal { + text-align: center; + margin-top: 1em; + margin-left: 15%; + margin-right: 15%; +} + h2,h3,h4,h5,h6 { margin-left: -4%; }