Add a footer CSS id

Robert Sesek [2009-01-01 01:01]
Add a footer CSS id

* Decorator.css.php
* docs/decoratortest.html
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.
 </div>

+<div id="footer"><a href="http://www.bluestatic.org">Bugdar 2.0-proto, Copyright &copy;2004-2009, Blue Static.</a></div>
+
 </div>

 </body>