Skip to content

Instantly share code, notes, and snippets.

@zaurmag
Created August 17, 2016 22:00
Show Gist options
  • Save zaurmag/55c277af14a0df4cbb94a83b210a6dd7 to your computer and use it in GitHub Desktop.
Save zaurmag/55c277af14a0df4cbb94a83b210a6dd7 to your computer and use it in GitHub Desktop.
Стили для браузера ИЕ
@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