mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
clean up horizontal dl option and docs
This commit is contained in:
Vendored
+10
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user