From 457f9f913db28182d2b1a0be9de1a2076e89fd99 Mon Sep 17 00:00:00 2001 From: Jean-Tiare Le Bigot Date: Fri, 2 Mar 2012 21:02:26 +0100 Subject: [PATCH] attempt to fix to vertical sync issue --- static/css/iframe_editor.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/iframe_editor.css b/static/css/iframe_editor.css index d776dcaef..5aa9e915e 100644 --- a/static/css/iframe_editor.css +++ b/static/css/iframe_editor.css @@ -157,22 +157,22 @@ body.doesWrap { h1{ font-size: 30px; - line-height: 35px; + line-height: 30px; } h2{ font-size: 25px; - line-height: 30px; + line-height: 25px; } h3{ font-size: 20px; - line-height: 25px; + line-height: 20px; } h4{ font-size: 15px; - line-height: 20px; + line-height: 15px; } p {