[svn r38701] Fixed line heights in Konqueror.

--HG--
branch : trunk
This commit is contained in:
guido 2007-02-13 15:29:12 +01:00
parent f5f46c9f3e
commit e2931176bb
1 changed files with 4 additions and 3 deletions

View File

@ -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;