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 <otto@github.com>2013-12-18 21:49:05 +0400
committerMark Otto <otto@github.com>2013-12-18 21:49:05 +0400
commitd15218a09ce68d0854d0aa5f5170c1ea859aee31 (patch)
treeadfce831eafdfdb43493f89e5dbeff78ccb7ead2 /dist/css/bootstrap.css
parent0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1 (diff)
Fixes #11899: Ensure proper margins and .small/small usage for heading tags (e.g., .h1-.h6)
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css26
1 files changed, 22 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 255e68604a..b9a30815f7 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -378,31 +378,49 @@ h6 .small,
color: #999;
}
h1,
+.h1,
h2,
-h3 {
+.h2,
+h3,
+.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
+.h1 small,
h2 small,
+.h2 small,
h3 small,
+.h3 small,
h1 .small,
+.h1 .small,
h2 .small,
-h3 .small {
+.h2 .small,
+h3 .small,
+.h3 .small {
font-size: 65%;
}
h4,
+.h4,
h5,
-h6 {
+.h5,
+h6,
+.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
+.h4 small,
h5 small,
+.h5 small,
h6 small,
+.h6 small,
h4 .small,
+.h4 .small,
h5 .small,
-h6 .small {
+.h5 .small,
+h6 .small,
+.h6 .small {
font-size: 75%;
}
h1,