aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-05 00:49:54 -0800
committerMark Otto <[email protected]>2013-02-05 00:49:54 -0800
commit74c8a5611d64b2efd0b60774e184125ed4b5549f (patch)
tree86d2548840c411a85c39399585ec71e06970c754 /less
parentc09b994eea35da794b1905bf0a56485aeb28158a (diff)
downloadbootstrap-74c8a5611d64b2efd0b60774e184125ed4b5549f.tar.xz
bootstrap-74c8a5611d64b2efd0b60774e184125ed4b5549f.zip
Increase margins and line-height on h3; overhaul button dropdown docs
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less1
-rw-r--r--less/type.less7
2 files changed, 6 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index c2b9f3608..b6c052ca4 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -23,6 +23,7 @@
// Optional: Group multiple button groups together for a toolbar
.btn-toolbar {
.clear_float();
+
.btn-group {
float: left;
}
diff --git a/less/type.less b/less/type.less
index 29062be48..4387bfabf 100644
--- a/less/type.less
+++ b/less/type.less
@@ -65,12 +65,15 @@ h1, h2, h3, h4, h5, h6 {
}
h1,
-h2 {
+h2,
+h3 {
margin-top: @line-height-base;
margin-bottom: @line-height-base / 2;
line-height: @line-height-base * 2;
}
-h3,
+h3 {
+ line-height: @line-height-base * 1.5;
+}
h4,
h5,
h6 {