1
0

css/look.css: Changed footer colors

This commit is contained in:
Aaron Lindsay 2011-04-15 21:27:23 -06:00
parent 6a263640ed
commit 0488b75beb

View File

@ -63,15 +63,16 @@ body {
margin: .5em;
}
#footer {
color: #331900;
color: #eee;
margin: 0;
padding: 1em 0 1em 0;
background-color: #339933;
border-top: 6px solid #006600;
border-bottom: 6px solid #663300;
background-color: #036;
/* border-top: 6px solid #69c;*/
border-top: 6px solid #000;
border-bottom: 6px solid #000;
}
#footer a{
color: #002200;
color: #ee9;
}
div#tabs {