Fix empty dd in horizontal dl

This commit is contained in:
Julius 2013-01-29 17:52:44 +01:00
parent 396a47b6af
commit 8c7a4f0331

View file

@ -37,6 +37,11 @@ body {
// Custom styles // Custom styles
// Fix empty dd tags in horizontal dl, see https://github.com/twitter/bootstrap/issues/4062
.dl-horizontal {
dd { .clearfix(); }
}
@mainRedColor: #ED0606; @mainRedColor: #ED0606;
.logo { .logo {
@ -194,4 +199,4 @@ tr.unavailable {
input, select { input, select {
border-color: red; border-color: red;
} }
} }