aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-18 09:49:05 -0800
committerMark Otto <[email protected]>2013-12-18 09:49:05 -0800
commitd15218a09ce68d0854d0aa5f5170c1ea859aee31 (patch)
treeadfce831eafdfdb43493f89e5dbeff78ccb7ead2 /less
parent0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1 (diff)
downloadbootstrap-d15218a09ce68d0854d0aa5f5170c1ea859aee31.tar.xz
bootstrap-d15218a09ce68d0854d0aa5f5170c1ea859aee31.zip
Fixes #11899: Ensure proper margins and .small/small usage for heading tags (e.g., .h1-.h6)
Diffstat (limited to 'less')
-rw-r--r--less/type.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/less/type.less b/less/type.less
index 5373975d2..1d01b9a71 100644
--- a/less/type.less
+++ b/less/type.less
@@ -21,9 +21,9 @@ h1, h2, h3, h4, h5, h6,
}
}
-h1,
-h2,
-h3 {
+h1, .h1,
+h2, .h2,
+h3, .h3 {
margin-top: @line-height-computed;
margin-bottom: (@line-height-computed / 2);
@@ -32,9 +32,9 @@ h3 {
font-size: 65%;
}
}
-h4,
-h5,
-h6 {
+h4, .h4,
+h5, .h5,
+h6, .h6 {
margin-top: (@line-height-computed / 2);
margin-bottom: (@line-height-computed / 2);