Removed div#footer section height limitation.

svn: r15293
This commit is contained in:
Rob G. Healey 2010-04-25 18:06:29 +00:00
parent 464ef0dbd8
commit 356f23ac98

View File

@ -1288,7 +1288,6 @@ div#pedigree {
#footer { #footer {
clear:both; clear:both;
width:100%; width:100%;
height: 60px;
font-size:12px; font-size:12px;
line-height:130%; line-height:130%;
font-family:sans-serif; font-family:sans-serif;
@ -1296,7 +1295,7 @@ div#pedigree {
margin:0; margin:0;
padding:0; padding:0;
background-color:#542; background-color:#542;
border-top:solid 8px #A97; border-top: solid 8px #A97;
} }
#footer a, #footer a:visited { #footer a, #footer a:visited {
text-decoration:none; text-decoration:none;