From 7e5e074ba7148d9cdda68d0fd69038df5dd397a4 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 20 Jun 2007 23:29:15 -0700 Subject: [PATCH] Add email address to bottom of each page for comments. --- src/local.css | 16 +++++++++++++++- src/style.css | 7 ------- templates/page.tmpl | 3 +++ 3 files changed, 18 insertions(+), 8 deletions(-) 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 +