From be7c951ddb82c48ff279b92c4035ab62fa746712 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 31 Dec 2008 17:01:07 -0800 Subject: [PATCH] Add a footer CSS id * Decorator.css.php * docs/decoratortest.html --- Decorator.css.php | 22 +++++++++++++++++++++- docs/decoratortest.html | 2 ++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/Decorator.css.php b/Decorator.css.php index e585984..59145db 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -68,6 +68,26 @@ body padding: 20px; } +/* Adds a small copyright footer */ +#footer +{ + margin-top: 25px; + + text-align: center; + font-size: 10px; +} + +#footer a +{ + color: rgb(62, 76, 49); + text-decoration: none; +} + +#footer a:hover +{ + text-decoration: underline; +} + /*******************************************************************/ /* Form Elements */ /*******************************************************************/ @@ -413,7 +433,7 @@ table .alt2 #nav ul li ul li a:hover { - font-style: italic; + text-decoration: underline; } /* Selected navigation items */ diff --git a/docs/decoratortest.html b/docs/decoratortest.html index 9b4fb28..7d3a4f2 100644 --- a/docs/decoratortest.html +++ b/docs/decoratortest.html @@ -115,6 +115,8 @@ with our lives. + + -- 2.22.5