From: Carl Worth Date: Thu, 21 Jun 2007 06:29:15 +0000 (-0700) Subject: Add email address to bottom of each page for comments. X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=7e5e074ba7148d9cdda68d0fd69038df5dd397a4 Add email address to bottom of each page for comments. --- diff --git a/src/local.css b/src/local.css index b641f8c..71dfe7a 100644 --- a/src/local.css +++ b/src/local.css @@ -68,12 +68,26 @@ a:hover { } #legal { + clear: both; text-align: center; - margin-top: 1em; + margin-top: 2em; margin-left: 15%; margin-right: 15%; } +.pagedate { + float: right; + text-align: right; + width: 49%; + clear: none; +} + +#contact { + float: left; + width: 49%; + font-style: italic; +} + .left { float: left; padding-right: 0.5em; diff --git a/src/style.css b/src/style.css index eaf8c2e..06163ea 100644 --- a/src/style.css +++ b/src/style.css @@ -100,13 +100,6 @@ td.changelog { border: 1px solid #aaa; } -.pagedate { - clear: both; - font-style: italic; - display: block; - margin-top: 1em; -} - /* Used for invalid form fields. */ .fb_invalid { color: red; diff --git a/templates/page.tmpl b/templates/page.tmpl index 3dec730..8198d5b 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -75,6 +75,9 @@ Tags:
Last edited
+
+Comments? Please feel free to email me: cworth@redhat.com +