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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -36,3 +36,7 @@ ul.action-links li a, ...@@ -36,3 +36,7 @@ ul.action-links li a,
margin: 0; margin: 0;
zoom: 1; zoom: 1;
} }
#footer li {
display: inline;
float: none;
}
...@@ -36,3 +36,16 @@ fieldset legend { ...@@ -36,3 +36,16 @@ fieldset legend {
.contact-form .resizable-textarea .grippie { .contact-form .resizable-textarea .grippie {
width: 76.3%; 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