mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
clean up horizontal dl option and docs
This commit is contained in:
10
docs/assets/css/bootstrap.css
vendored
10
docs/assets/css/bootstrap.css
vendored
@@ -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