diff options
author | Samy Pesse <samypesse@gmail.com> | 2015-10-03 17:35:13 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-06 09:45:31 +0200 |
commit | eef82c18c2959a09ea65a5440e007a82d1414ee3 (patch) | |
tree | 560656b5330aa5a522368ccc3fe48b6d186cc8ad /theme/stylesheets | |
parent | 7363580095dfe71b853658437eab8e86016adbd3 (diff) | |
download | gitbook-eef82c18c2959a09ea65a5440e007a82d1414ee3.zip gitbook-eef82c18c2959a09ea65a5440e007a82d1414ee3.tar.gz gitbook-eef82c18c2959a09ea65a5440e007a82d1414ee3.tar.bz2 |
Remove bottom border on h1 and h2
Diffstat (limited to 'theme/stylesheets')
-rw-r--r-- | theme/stylesheets/base/markdown.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theme/stylesheets/base/markdown.less b/theme/stylesheets/base/markdown.less index f23b7b4..b2866b7 100644 --- a/theme/stylesheets/base/markdown.less +++ b/theme/stylesheets/base/markdown.less @@ -204,14 +204,12 @@ padding-bottom: 0.3em; font-size: 2.25em; line-height: 1.2; - border-bottom: 1px solid #eee; } h2 { padding-bottom: 0.3em; font-size: 1.75em; line-height: 1.225; - border-bottom: 1px solid #eee; } h3 { |