1
0

css/look.css: Changed color and link style of footer text

This commit is contained in:
Aaron Lindsay 2011-04-14 21:38:19 -06:00
parent 7a18c721f5
commit cfe6ba5b2e

View File

@ -63,6 +63,7 @@ body {
margin: .5em; margin: .5em;
} }
#footer { #footer {
color: #331900;
margin: 0; margin: 0;
padding: 1em 0 1em 0; padding: 1em 0 1em 0;
background-color: #339933; background-color: #339933;
@ -70,12 +71,8 @@ body {
border-bottom: 6px solid #663300; border-bottom: 6px solid #663300;
} }
#footer a{ #footer a{
color: #003366; color: #002200;
} }
#footer a:hover{
color: #000033;
}
div#tabs { div#tabs {
margin: 0; margin: 0;