summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-15 10:05:29 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-15 10:05:29 +0100
commitb3da91204ced04bf7154b7be057c5ba98b35428f (patch)
tree62e0daf3fcea81986b17ec56c7d72fd4a5e87014
parentdcaea5b92bf277c0247ac58623473d1b2f2e3f25 (diff)
downloadnetsurf-website-b3da91204ced04bf7154b7be057c5ba98b35428f.tar.gz
netsurf-website-b3da91204ced04bf7154b7be057c5ba98b35428f.tar.bz2
Increase heading line-height.
-rw-r--r--netsurf.css15
1 files 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; }