commit | 50a1cc39b731ff144781d7f3020769d7f4c54e28 | [log] [tgz] |
---|---|---|
author | Evan Martin <martine@danga.com> | Wed Dec 16 16:48:59 2015 |
committer | Evan Martin <martine@danga.com> | Wed Dec 16 16:48:59 2015 |
tree | 2a594e2ecdc48d2bde9e30a47b9feb4cc5407346 | |
parent | a48434493d69085aa6fc0c002180ace555cad592 [diff] |
use the default font size for manual headings The third-level subsection headings were almost indistinguishable from the second-level ones. Fix this by just using the default styling.
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 @@ 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; }