aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-16 10:57:00 -0800
committerMark Otto <[email protected]>2013-01-16 10:57:00 -0800
commitcb0691d92f214df385d512a3f63f8f5ea861f922 (patch)
tree3b29a079f1b7afe28c3b165542ac62222b64cc74 /docs/assets/css
parent8fd26040d80f72e357692d257e80526bf2c36427 (diff)
downloadbootstrap-cb0691d92f214df385d512a3f63f8f5ea861f922.tar.xz
bootstrap-cb0691d92f214df385d512a3f63f8f5ea861f922.zip
mo betta type margins for headings
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 63fb17523..d42563746 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -406,7 +406,6 @@ h3,
h4,
h5,
h6 {
- margin: 10px 0;
font-family: inherit;
font-weight: 500;
line-height: 20px;
@@ -427,9 +426,18 @@ h6 small {
h1,
h2,
h3 {
+ margin-top: 20px;
+ margin-bottom: 10px;
line-height: 40px;
}
+h4,
+h5,
+h6 {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
h1 {
font-size: 38.5px;
}
@@ -472,7 +480,7 @@ h4 small {
.page-header {
padding-bottom: 9px;
- margin: 20px 0 30px;
+ margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}