From 1aadc53eacaa0a474131657c663842768ed5b982 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 25 Feb 2014 12:32:23 +0100 Subject: don't reduce line height for all headings in base theme (#753) --- css/theme/beige.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/theme/beige.css') 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; } -- cgit v1.2.3