From: Carl Worth Date: Wed, 23 May 2007 11:22:13 +0000 (-0700) Subject: Center the banner at the top of the page X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=f1095194ba7c3e76dbea797153b2ac0618c4952f Center the banner at the top of the page --- diff --git a/src/local.css b/src/local.css index a9c6d45..fe35570 100644 --- a/src/local.css +++ b/src/local.css @@ -10,6 +10,10 @@ h1, .header, #footer { margin-left: -8%; } +#logo { + text-align: center; +} + #footer { font-size: 80%; }