MDL-47097 theme: Fixed issue with dd's sliding up

This commit is contained in:
Brian Barnes 2014-09-04 14:20:25 +12:00
parent 1446e02f69
commit ff1f2dc58c
2 changed files with 10 additions and 1 deletions

View file

@ -2251,3 +2251,12 @@ body.lockscroll {
.ie10 .yui3-calendar-header-label {
display: inline-block;
}
dd:before,
dd:after {
display: block;
content: " ";
}
dd:after {
clear: both;
}

File diff suppressed because one or more lines are too long