Sass version 3.0.2

This commit is contained in:
Raphael Goetter 2014-05-07 11:12:14 +02:00
parent 78831c4ed6
commit aaeddb4287
12 changed files with 719 additions and 178 deletions

View file

@ -8,12 +8,14 @@
.gm-style img {
height: 100%;
}
:not(.gm-style) img {
height: auto;
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
max-width: none !important;
}
}
}