summaryrefslogtreecommitdiffstats
path: root/theme/templates
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2015-10-03 17:35:13 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-06 09:45:31 +0200
commiteef82c18c2959a09ea65a5440e007a82d1414ee3 (patch)
tree560656b5330aa5a522368ccc3fe48b6d186cc8ad /theme/templates
parent7363580095dfe71b853658437eab8e86016adbd3 (diff)
downloadgitbook-eef82c18c2959a09ea65a5440e007a82d1414ee3.zip
gitbook-eef82c18c2959a09ea65a5440e007a82d1414ee3.tar.gz
gitbook-eef82c18c2959a09ea65a5440e007a82d1414ee3.tar.bz2
Remove bottom border on h1 and h2
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/ebook/footer.html2
-rw-r--r--theme/templates/ebook/header.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/ebook/footer.html b/theme/templates/ebook/footer.html
index 6975821..7ddf091 100644
--- a/theme/templates/ebook/footer.html
+++ b/theme/templates/ebook/footer.html
@@ -1,4 +1,4 @@
-<div style="font-family: sans-serif;margin-top: 20px;padding-top: 10px;border-top: 2px solid #eee;color:#aaa;">
+<div style="font-family: sans-serif;margin-top: 20px;padding-top: 10px;border-top: 1px solid #eee;color:#aaa;">
<span>_SECTION_</span>
<span style="float:right;">_PAGENUM_</span>
</div> \ No newline at end of file
diff --git a/theme/templates/ebook/header.html b/theme/templates/ebook/header.html
index 4851be2..f6eda79 100644
--- a/theme/templates/ebook/header.html
+++ b/theme/templates/ebook/header.html
@@ -1,3 +1,3 @@
-<div style="font-family: sans-serif;margin-top: 20px;padding-bottom: 10px;border-bottom: 2px solid #eee;color: #aaa;">
+<div style="font-family: sans-serif;margin-top: 20px;padding-bottom: 10px;border-bottom: 1px solid #eee;color: #aaa;">
<span>_TITLE_</span>
</div> \ No newline at end of file