diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/ie-rtl.css | 4 | ||||
-rw-r--r-- | themes/bartik/css/ie.css | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css index 997e75755..ed901e16e 100644 --- a/themes/bartik/css/ie-rtl.css +++ b/themes/bartik/css/ie-rtl.css @@ -36,3 +36,7 @@ ul.action-links li a, margin: 0; zoom: 1; } +#footer li { + display: inline; + float: none; +} diff --git a/themes/bartik/css/ie.css b/themes/bartik/css/ie.css index 4029b5c9b..963e96bbe 100644 --- a/themes/bartik/css/ie.css +++ b/themes/bartik/css/ie.css @@ -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; +} |