From f4ee2bac03e77a9647c1d38c0f2a8ae7bca279da Mon Sep 17 00:00:00 2001 From: Nils Rokita <0rokita@informatik.uni-hamburg.de> Date: Wed, 4 Jan 2012 16:21:19 +0100 Subject: [PATCH] fix linehieght in haedings --- static/css/iframe_editor.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/iframe_editor.css b/static/css/iframe_editor.css index 86ca99117..1640aa95b 100644 --- a/static/css/iframe_editor.css +++ b/static/css/iframe_editor.css @@ -66,6 +66,14 @@ body.grayedout { background-color: #eee !important } line-height: 16px; /* overridden by body.style */ } +span.h1 { + line-height: 30px; +} + +span.h2 { + line-height: 25px; +} + body.doesWrap { white-space: normal; }