From faada2be582b020878633c2797569c5d12275f71 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 3 Jul 2012 17:51:27 +0100 Subject: [PATCH] Fixed line height issues in headings --- app/assets/stylesheets/scaffolds.css.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index d1d5431..2dac2a3 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -80,6 +80,7 @@ a.button, a.button:visited { .feed_title { font-size: 2.0em; + line-height: 1.1em; } table { @@ -103,6 +104,7 @@ th { h1 { font-size: 3.2em; font-weight: normal; + line-height: 1.2em; margin: 10px 0 40px 0; }