Add a footer CSS id
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Jan 2009 01:01:07 +0000 (17:01 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Jan 2009 01:01:07 +0000 (17:01 -0800)
* Decorator.css.php
* docs/decoratortest.html

Decorator.css.php
docs/decoratortest.html

index e58598437840558048f9be2081eb6ed9f52b4f31..59145dba3916b6d4ee7577f7feacb1fdbec13e1a 100644 (file)
@@ -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 */
index 9b4fb28a28d1dc44b554fa5e5ee875c44abc2102..7d3a4f29c076bff571e511346af03ff073b3bd65 100644 (file)
        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>