#794954 by rjgoldsborough, canaryMason: Fixed Bartik bug In IE7, footer menu items are not inline

merge-requests/26/head
Angie Byron 2010-11-23 05:55:46 +00:00
parent 41ab2c1f4b
commit e19a50d23f
2 changed files with 17 additions and 0 deletions

View File

@ -36,3 +36,7 @@ ul.action-links li a,
margin: 0;
zoom: 1;
}
#footer li {
display: inline;
float: none;
}

View File

@ -36,3 +36,16 @@ fieldset legend {
.contact-form .resizable-textarea .grippie {
width: 76.3%;
}
#footer li {
float: left; /* LTR */
}
#footer-wrapper {
color: #c0c0c0;
}
#footer-wrapper a {
color: #fcfcfc;
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
color: #fefefe;
}