more booleans for IE fixing

This commit is contained in:
Raphael Goetter 2014-04-20 20:50:43 +02:00
parent 9ebed88d42
commit fd3e153cd9
4 changed files with 15 additions and 13 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V2.9.3 (2014-02) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V2.9.4 (2014-04) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
@ -153,8 +153,6 @@ strong {
/* hiding content */
.visually-hidden {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
@ -205,10 +203,6 @@ table {
:not(.gm-style) img {
height: auto;
}
.ie678 .gm-style img {
height: 100%;
/* IE678 hack */
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {