Created
August 17, 2016 22:00
-
-
Save zaurmag/55c277af14a0df4cbb94a83b210a6dd7 to your computer and use it in GitHub Desktop.
Стили для браузера ИЕ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (-ms-high-contrast: active), | |
(-ms-high-contrast: none) { | |
#page { | |
display: block; | |
} | |
.item-title { | |
font-size: 24px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment