Merge pull request #1073 from ninja-build/manual-font

use the default font size for manual headings
This commit is contained in:
Nico Weber 2015-12-29 10:08:42 -05:00
commit c2e810ca43

View File

@ -24,12 +24,6 @@ div.chapter {
margin-top: 4em; margin-top: 4em;
border-top: solid 2px black; border-top: solid 2px black;
} }
.section .title {
font-size: 1.3em;
}
.section .section .title {
font-size: 1.2em;
}
p { p {
margin-top: 0; margin-top: 0;
} }