www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ba141e50e66069d5ca9ada2345d5a4a65281a12a
parent f5a1fd6d381d04e8e786a9b70b76c0aae790d503
Author: Greg Hendershott <greghendershott@gmail.com>
Date:   Tue, 13 Nov 2012 13:04:40 -0500

Don't make h3 heads so small

Diffstat:
Mgh.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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 */