From b3da91204ced04bf7154b7be057c5ba98b35428f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 15 Oct 2014 10:05:29 +0100 Subject: Increase heading line-height. --- netsurf.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/netsurf.css b/netsurf.css index 3f5198a..0b6239e 100644 --- a/netsurf.css +++ b/netsurf.css @@ -28,24 +28,29 @@ a:active { h1 { font-size: 200%; - font-weight: bold; } + font-weight: bold; + line-height: 1.2em; } h2 { font-size: 160%; padding-top: 5mm; - border-top: 1px solid black; } + border-top: 1px solid black; + line-height: 1.2em; } h3 { font-size: 140%; - font-weight: bold; } + font-weight: bold; + line-height: 1.2em; } h4 { font-size: 120%; - font-weight: bold; } + font-weight: bold; + line-height: 1.2em; } h5 { font-size: 120%; - font-style: italic; } + font-style: italic; + line-height: 1.2em; } h1, h2, h3 { clear: both; } -- cgit v1.2.3