kill gray in footer

This commit is contained in:
Karen 2011-08-31 23:29:16 +05:30
parent 0956dd7f34
commit 2ba8262728

View File

@ -12,7 +12,7 @@ color:#666;}
.header
{width:100%;
/*background-color:grey;*/
border-bottom:1px solid #999;
border-bottom:1px solid #c6c6c6;
margin-bottom:2%;
height:14%;}
@ -231,7 +231,7 @@ box-shadow:2px 3px 4px 2px #c6c0c0;}
width:100%;
height:8.6%; /*HA HA HA HA HA HA HA DECIMALS should work, right*/
/*margin:0 auto;*/
background-color:grey;
/*background-color:grey;*/
color:#FFF;
font-size:12px;
clear:both;}
@ -239,12 +239,13 @@ clear:both;}
#footerLinks
{margin-left: 31%;
text-align: right;
margin-right: 1%;}
margin-right: 1%;
padding-top: 6px;}
.footer a, .footer a:link, .footer a:visited, .footer a:active
{text-decoration:none;
font-size:12px;
color:#FFF;}
color:#999;}
.footer a:hover
{color:#036;}