Use browserhack to accomodate for IE10 in component demo

master
Alexander Surma 2015-07-03 11:38:04 +01:00
parent 78ba190dee
commit 23bb5bd115
1 changed files with 9 additions and 0 deletions

View File

@ -591,6 +591,15 @@ body:not(.about) .mdl-navigation__link.download > button {
.snippet-group .snippet-captions .snippet-caption-padding {
width: 50%;
}
_:-ms-input-placeholder, :root .snippet-group .snippet-demo {
width: 1px;
}
_:-ms-input-placeholder, :root .snippet-group .snippet-demos .snippet-demo-padding {
width: auto;
}
_:-ms-input-placeholder, :root .snippet-group .snippet-captions .snippet-caption-padding {
width: auto;
}
.snippet-group .snippet-code {
position: relative;
}