use the default font size for manual headings
authorEvan Martin <martine@danga.com>
Wed, 16 Dec 2015 16:48:59 +0000 (08:48 -0800)
committerEvan Martin <martine@danga.com>
Wed, 16 Dec 2015 16:48:59 +0000 (08:48 -0800)
The third-level subsection headings were almost indistinguishable
from the second-level ones.  Fix this by just using the default
styling.

doc/style.css

index 5d14a1c..9976c03 100644 (file)
@@ -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;
 }