From 50a1cc39b731ff144781d7f3020769d7f4c54e28 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Wed, 16 Dec 2015 08:48:59 -0800 Subject: 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. --- doc/style.css | 6 ------ 1 file changed, 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; } -- cgit v1.2.1