From 2ba8262728a91f3e341bc5f616aceaad81a2af76 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 23:29:16 +0530 Subject: [PATCH] kill gray in footer --- gazetteer/static/css/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index b5c1cec..31ff337 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -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;}