]> git.cworth.org Git - cworth.org/commitdiff
Center the banner at the top of the page
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 11:22:13 +0000 (04:22 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 11:22:13 +0000 (04:22 -0700)
src/local.css

index a9c6d459aabd5e095cfdb14a7891db1ea186e9ac..fe3557085f7ca9c33d5f8a89be04d35f25179b6f 100644 (file)
@@ -10,6 +10,10 @@ h1, .header, #footer {
     margin-left: -8%;
 }
 
+#logo {
+    text-align: center;
+}
+
 #footer {
     font-size: 80%;
 }