From e2931176bb1a966c948860d6bebc01e3b7af4655 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 13 Feb 2007 15:29:12 +0100 Subject: [PATCH] [svn r38701] Fixed line heights in Konqueror. --HG-- branch : trunk --- py/apigen/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/py/apigen/style.css b/py/apigen/style.css index b9daaf691..ceaa50a1f 100644 --- a/py/apigen/style.css +++ b/py/apigen/style.css @@ -73,9 +73,10 @@ h2.funcdef:hover { } .lineno { - line-height: 1.4em; height: 1.4em; text-align: right; + padding: 0px; + margin: 0px; color: #555; width: 3em; padding-right: 1em; @@ -84,14 +85,14 @@ h2.funcdef:hover { } .codecell { - line-height: 1.4em; height: 1.4em; + padding: 0px; + margin: 0px; padding-left: 1em; } pre.code { line-height: 1.3em; - height: 1.3em; background-color: white; margin: 0px; padding: 0px;