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/serif.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/theme/serif.css') 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; } -- cgit v1.2.3