Skip to content
Snippets Groups Projects
Commit e19a50d2 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 41ab2c1f
No related branches found
No related tags found
No related merge requests found
......@@ -36,3 +36,7 @@ ul.action-links li a,
margin: 0;
zoom: 1;
}
#footer li {
display: inline;
float: none;
}
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment