aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-05 00:42:37 -0800
committerMark Otto <[email protected]>2012-03-05 00:42:37 -0800
commit7a8d6b19767a92b1c4ea45d88d4eedc2b29bf1fa (patch)
treeb4849a6927782d5de0756de9e43dc72e60ded80b /less
parentfb1d4a0f04504935eb17d13ac6d1dbb72c70b102 (diff)
downloadbootstrap-7a8d6b19767a92b1c4ea45d88d4eedc2b29bf1fa.tar.xz
bootstrap-7a8d6b19767a92b1c4ea45d88d4eedc2b29bf1fa.zip
clean up horizontal dl option and docs
Diffstat (limited to 'less')
-rw-r--r--less/type.less14
1 files changed, 2 insertions, 12 deletions
diff --git a/less/type.less b/less/type.less
index 2a4757eda..5a0473e76 100644
--- a/less/type.less
+++ b/less/type.less
@@ -126,12 +126,13 @@ dd {
}
dt {
font-weight: bold;
+ line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug
}
dd {
margin-left: @baseLineHeight / 2;
}
// Horizontal layout (like forms)
-dl.horizontal {
+.dl-horizontal {
dt {
float: left;
clear: left;
@@ -141,17 +142,6 @@ dl.horizontal {
dd {
margin-left: 130px;
}
- &.horizontal-small {
- dt { width: 50px; }
- dd { margin-left: 60px; }
- }
- &.horizontal-normal {
- // no additional styles needed
- }
- &.horizontal-large {
- dt { width: 190px; }
- dd { margin-left: 200px; }
- }
}
// MISC