clean up horizontal dl option and docs

This commit is contained in:
Mark Otto
2012-03-05 00:42:37 -08:00
parent fb1d4a0f04
commit 7a8d6b1976
5 changed files with 30 additions and 33 deletions

View File

@@ -400,10 +400,20 @@ dt, dd {
}
dt {
font-weight: bold;
line-height: 17px;
}
dd {
margin-left: 9px;
}
.dl-horizontal dt {
float: left;
clear: left;
width: 120px;
text-align: right;
}
.dl-horizontal dd {
margin-left: 130px;
}
hr {
margin: 18px 0;
border: 0;