28 lines
501 B
CSS
28 lines
501 B
CSS
/**
|
|
* @file
|
|
* CSS targeted specifically for Internet Explorer 8 for Windows.
|
|
*
|
|
* Any CSS in this file will override the rules specified in the ie.css file.
|
|
*/
|
|
|
|
|
|
img.img-responsive {
|
|
width: inherit;
|
|
}
|
|
|
|
/*
|
|
* Search blocks.
|
|
*/
|
|
.block-custom_search_blocks button.form-submit,
|
|
.block-lexicon button.form-submit {
|
|
min-width: 50px;
|
|
}
|
|
|
|
/*
|
|
* Service links module.
|
|
*/
|
|
li.service-links-twitter-widget,
|
|
li.service-links-facebook-like,
|
|
li.service-links-google-plus-one {
|
|
display: none !important;
|
|
}
|