vertical-align:top to fix line-number offset on some platforms
This commit is contained in:
parent
a627571baf
commit
65e496b950
1 changed files with 4 additions and 0 deletions
|
|
@ -692,6 +692,10 @@ h2 {
|
|||
min-height: 100%;
|
||||
}
|
||||
|
||||
.lxrcode pre * {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.lxrcode,
|
||||
.highlighttable,
|
||||
.linenodiv,
|
||||
|
|
|
|||
Loading…
Reference in a new issue