#794954 by rjgoldsborough, canaryMason: Fixed Bartik bug In IE7, footer menu items are not inline
parent
41ab2c1f4b
commit
e19a50d23f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue