From db3522b393e874c8d027b837e55519021c30141f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 05:25:13 -0700 Subject: [PATCH] Center the fine-print legal notice at the bottom of the page. --- src/local.css | 7 +++++++ 1 file changed, 7 insertions(+) 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%; } -- 2.43.0