summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; }