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

This commit is contained in:
Brian Barnes
2014-09-04 14:25:12 +12:00
parent e6f1c141bf
commit 4ce01c9d96
2 changed files with 9 additions and 1 deletions
@@ -2202,3 +2202,11 @@ body.lockscroll {
margin-right: 25px;
}
}
dd:before,
dd:after {
display: block;
content: " ";
}
dd:after {
clear: both;
}
File diff suppressed because one or more lines are too long