Removed div#footer section height limitation.
svn: r15293
This commit is contained in:
parent
464ef0dbd8
commit
356f23ac98
@ -1288,7 +1288,6 @@ div#pedigree {
|
||||
#footer {
|
||||
clear:both;
|
||||
width:100%;
|
||||
height: 60px;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
font-family:sans-serif;
|
||||
@ -1296,7 +1295,7 @@ div#pedigree {
|
||||
margin:0;
|
||||
padding:0;
|
||||
background-color:#542;
|
||||
border-top:solid 8px #A97;
|
||||
border-top: solid 8px #A97;
|
||||
}
|
||||
#footer a, #footer a:visited {
|
||||
text-decoration:none;
|
||||
|
Loading…
Reference in New Issue
Block a user