Remove bottom border on h1 and h2

This commit is contained in:
Samy Pesse
2015-10-03 17:35:13 +02:00
committed by Samy Pessé
parent 7363580095
commit eef82c18c2
5 changed files with 12 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-2
View File
@@ -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 {
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>