From ba141e50e66069d5ca9ada2345d5a4a65281a12a Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Tue, 13 Nov 2012 13:04:40 -0500 Subject: [PATCH] Don't make h3 heads so small --- gh.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gh.css b/gh.css index 3151790..9c6b8a5 100644 --- a/gh.css +++ b/gh.css @@ -53,6 +53,11 @@ font-family: sans-serif; } +h3, h4, h5, h6, h7, h8 { + margin-top: 1.75em; + margin-bottom: 0.5em; + font-size: 100%; +} /* ---------------------------------------- */ /* Table of contents, inline */