diff options
author | Evan Martin <martine@danga.com> | 2015-12-16 08:48:59 -0800 |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2015-12-16 08:48:59 -0800 |
commit | 50a1cc39b731ff144781d7f3020769d7f4c54e28 (patch) | |
tree | 2a594e2ecdc48d2bde9e30a47b9feb4cc5407346 /doc | |
parent | a48434493d69085aa6fc0c002180ace555cad592 (diff) | |
download | ninja-50a1cc39b731ff144781d7f3020769d7f4c54e28.tar.gz |
use the default font size for manual headingsmanual-font
The third-level subsection headings were almost indistinguishable
from the second-level ones. Fix this by just using the default
styling.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/style.css b/doc/style.css index 5d14a1c..9976c03 100644 --- a/doc/style.css +++ b/doc/style.css @@ -24,12 +24,6 @@ div.chapter { margin-top: 4em; border-top: solid 2px black; } -.section .title { - font-size: 1.3em; -} -.section .section .title { - font-size: 1.2em; -} p { margin-top: 0; } |