Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-05 12:42:37 +0400
committerMark Otto <markotto@twitter.com>2012-03-05 12:42:37 +0400
commit7a8d6b19767a92b1c4ea45d88d4eedc2b29bf1fa (patch)
treeb4849a6927782d5de0756de9e43dc72e60ded80b /docs/assets/css/bootstrap.css
parentfb1d4a0f04504935eb17d13ac6d1dbb72c70b102 (diff)
clean up horizontal dl option and docs
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 555db1cb5b..6816158678 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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;