vertical-align:top to fix line-number offset on some platforms

This commit is contained in:
Andrew Soutar 2021-10-10 20:06:46 -04:00 committed by Michael Opdenacker
parent a627571baf
commit 65e496b950

View file

@ -692,6 +692,10 @@ h2 {
min-height: 100%;
}
.lxrcode pre * {
vertical-align: top;
}
.lxrcode,
.highlighttable,
.linenodiv,