Fix padding for line numbers.

This commit is contained in:
Georg Brandl
2008-05-25 11:25:35 +00:00
parent 0cf8cc2c5d
commit 1aafa92e24
2 changed files with 2 additions and 2 deletions

View File

@@ -706,7 +706,7 @@ pre {
}
td.linenos pre {
padding: 0;
padding: 5px 0px;
border: 0;
background-color: transparent;
color: #aaa;

View File

@@ -38,7 +38,7 @@ pre {
}
td.linenos pre {
padding: 0;
padding: 0.5em 0;
border: 0;
background-color: transparent;
color: #aaa;