From 1aadc53eacaa0a474131657c663842768ed5b982 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Tue, 25 Feb 2014 12:32:23 +0100
Subject: [PATCH] don't reduce line height for all headings in base theme
 (#753)

---
 css/theme/beige.css              | 2 +-
 css/theme/blood.css              | 2 +-
 css/theme/default.css            | 2 +-
 css/theme/moon.css               | 2 +-
 css/theme/night.css              | 2 +-
 css/theme/serif.css              | 2 +-
 css/theme/simple.css             | 2 +-
 css/theme/sky.css                | 2 +-
 css/theme/solarized.css          | 2 +-
 css/theme/template/settings.scss | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/css/theme/beige.css b/css/theme/beige.css
index cc2d3a3..0c31929 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -48,7 +48,7 @@ body {
   margin: 0 0 20px 0;
   color: #333333;
   font-family: "League Gothic", Impact, sans-serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   text-shadow: none; }
diff --git a/css/theme/blood.css b/css/theme/blood.css
index 458f030..32a768a 100644
--- a/css/theme/blood.css
+++ b/css/theme/blood.css
@@ -47,7 +47,7 @@ body {
   margin: 0 0 20px 0;
   color: #eeeeee;
   font-family: Ubuntu, "sans-serif";
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   text-shadow: 2px 2px 2px #222222; }
diff --git a/css/theme/default.css b/css/theme/default.css
index ce811d9..da34170 100644
--- a/css/theme/default.css
+++ b/css/theme/default.css
@@ -48,7 +48,7 @@ body {
   margin: 0 0 20px 0;
   color: #eeeeee;
   font-family: "League Gothic", Impact, sans-serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
diff --git a/css/theme/moon.css b/css/theme/moon.css
index 0cc0c10..0525420 100644
--- a/css/theme/moon.css
+++ b/css/theme/moon.css
@@ -48,7 +48,7 @@ body {
   margin: 0 0 20px 0;
   color: #eee8d5;
   font-family: "League Gothic", Impact, sans-serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   text-shadow: none; }
diff --git a/css/theme/night.css b/css/theme/night.css
index 3984c14..25711db 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -36,7 +36,7 @@ body {
   margin: 0 0 20px 0;
   color: #eeeeee;
   font-family: "Montserrat", Impact, sans-serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: -0.03em;
   text-transform: none;
   text-shadow: none; }
diff --git a/css/theme/serif.css b/css/theme/serif.css
index aee274e..93ee54f 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -38,7 +38,7 @@ body {
   margin: 0 0 20px 0;
   color: #383d3d;
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: 0.02em;
   text-transform: none;
   text-shadow: none; }
diff --git a/css/theme/simple.css b/css/theme/simple.css
index 5568f8e..0237f24 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -38,7 +38,7 @@ body {
   margin: 0 0 20px 0;
   color: black;
   font-family: "News Cycle", Impact, sans-serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: 0.02em;
   text-transform: none;
   text-shadow: none; }
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 841cf09..a4f1d2a 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -45,7 +45,7 @@ body {
   margin: 0 0 20px 0;
   color: #333333;
   font-family: "Quicksand", sans-serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: -0.08em;
   text-transform: uppercase;
   text-shadow: none; }
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index 192a91e..b632062 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -48,7 +48,7 @@ body {
   margin: 0 0 20px 0;
   color: #586e75;
   font-family: "League Gothic", Impact, sans-serif;
-  line-height: 0.9em;
+  line-height: 1em;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   text-shadow: none; }
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss
index 739a609..1b4fe9b 100644
--- a/css/theme/template/settings.scss
+++ b/css/theme/template/settings.scss
@@ -13,7 +13,7 @@ $mainColor: #eee;
 $headingMargin: 0 0 20px 0;
 $headingFont: 'League Gothic', Impact, sans-serif;
 $headingColor: #eee;
-$headingLineHeight: 0.9em;
+$headingLineHeight: 1em;
 $headingLetterSpacing: 0.02em;
 $headingTextTransform: uppercase;
 $headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2);
-- 
GitLab