Fixing footer layout issue.

This commit is contained in:
ejc12 2011-02-10 02:23:21 +00:00
parent d1ed775315
commit 6e65e2bb83

View file

@ -54,7 +54,7 @@ h2 a:hover, h2 a:active{
h3{ h3{
padding: 8px 0 6px 0; padding: 8px 0 6px 0;
margin: 0; margin: 0;
font-size: 1.2m; font-size: 1.2em;
color: #2485ae; color: #2485ae;
} }
h4{ h4{
@ -162,7 +162,7 @@ td {
} }
/* FOOTER------> */ /* FOOTER------> */
footer { div#footer {
clear: both; clear: both;
width: 970px; width: 970px;
height: 88px; height: 88px;
@ -171,16 +171,16 @@ footer {
color: #4e5051; color: #4e5051;
background-color: #fff; background-color: #fff;
} }
footer p.copyright { div#footer p.copyright {
float: left; float: left;
padding-top: 55px; padding-top: 50px;
padding-left: 30px; padding-left: 30px;
width: 500px; width: 500px;
} }
ul#footer-nav { ul#footer-nav {
float: right; float: right;
list-style: none; list-style: none;
width: 200px; width: 300px;
height: 20px; height: 20px;
margin: 0; margin: 0;
padding: 0; padding: 0;