]> git.cworth.org Git - cworth.org/commitdiff
Center the fine-print legal notice at the bottom of the page.
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:25:13 +0000 (05:25 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:25:13 +0000 (05:25 -0700)
src/local.css

index 54bbba77c5fa7ecd7f1b6732baeb609bae38bf8a..b0c18971336838426cb505399ad18978339a999d 100644 (file)
@@ -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%;
 }