summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-10 17:39:23 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-11 07:36:53 -0700
commitd771ff341d8fa586bae3cd10cf9e82991c5f4417 (patch)
tree833bccd927d35fba6cb2cfea163e9b6a2a00566c /theme/stylesheets/website
parent8171241666d68976970543b9a5ca4920c133c07e (diff)
downloadgitbook-d771ff341d8fa586bae3cd10cf9e82991c5f4417.zip
gitbook-d771ff341d8fa586bae3cd10cf9e82991c5f4417.tar.gz
gitbook-d771ff341d8fa586bae3cd10cf9e82991c5f4417.tar.bz2
Improve spacing between titles
Diffstat (limited to 'theme/stylesheets/website')
-rwxr-xr-xtheme/stylesheets/website/markdown.less7
1 files changed, 1 insertions, 6 deletions
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less
index 25e9ae6..8075e58 100755
--- a/theme/stylesheets/website/markdown.less
+++ b/theme/stylesheets/website/markdown.less
@@ -198,13 +198,13 @@
h6 {
position: relative;
margin-top: 1em;
+ margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
h1 {
padding-bottom: 0.3em;
- margin-bottom: 16px;
font-size: 2.25em;
line-height: 1.2;
border-bottom: 1px solid #eee;
@@ -212,30 +212,25 @@
h2 {
padding-bottom: 0.3em;
- margin-bottom: 16px;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
h3 {
- margin-bottom: 0;
font-size: 1.5em;
line-height: 1.43;
}
h4 {
- margin-bottom: 0.1em;
font-size: 1.25em;
}
h5 {
- margin-bottom: 0.2em;
font-size: 1em;
}
h6 {
- margin-bottom: 0.2em;
font-size: 1em;
color: #777;
}