css for footer expanded.

This commit is contained in:
phear 2010-04-18 18:48:06 +00:00
parent 46aebca302
commit 731d1224c7
3 changed files with 71 additions and 21 deletions

View file

@ -618,11 +618,13 @@ padding-top:15px;
/* Footer */
#footer {
width: 920px;
height: 100px;
width: 100%;
margin: 0 auto;
padding: 0;
border-top: 1px solid #E0E0E0;
border-top: 20px solid #f9b631;
text-al ign:center;
background:#000000;
}
#footer-bgcontent {
@ -630,7 +632,7 @@ padding-top:15px;
#footer p {
margin: 0;
padding: 30px 0px 0px 0px;
text-align: center;
line-height: normal;
font-size: 12px;
@ -638,3 +640,30 @@ padding-top:15px;
#footer a {
}
#footer_left, #footer_center, #footer_right, #footer_bottom {
background:#000000;
color: #cccccc;
text-align:center;
padding-top:20px;
}
#footer_left, #footer_center, #footer_right {
float:left;
width:32%;
height:100px;
}
#footer_left{
}
#footer_center{
}
#footer_right{
}
#footer_bottom {
clear:both;
}