From 07f16eb41e9c266fe402a816c5e54f7479ca7fd4 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Wed, 10 Apr 2013 10:08:51 -0700 Subject: [PATCH] slightly smaller subsections --- doc/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/style.css b/doc/style.css index 4287fc6..5d14a1c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -27,6 +27,9 @@ div.chapter { .section .title { font-size: 1.3em; } +.section .section .title { + font-size: 1.2em; +} p { margin-top: 0; } -- 2.7.4