summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2015-12-16 08:48:59 -0800
committerEvan Martin <martine@danga.com>2015-12-16 08:48:59 -0800
commit50a1cc39b731ff144781d7f3020769d7f4c54e28 (patch)
tree2a594e2ecdc48d2bde9e30a47b9feb4cc5407346
parenta48434493d69085aa6fc0c002180ace555cad592 (diff)
downloadninja-manual-font.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.
-rw-r--r--doc/style.css6
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;
}