Merge pull request #7717 from mgeier/linenos-padding

basic CSS: avoid unnecessary padding to the left of line numbers
This commit is contained in:
Takeshi KOMIYA
2020-06-05 02:42:57 +09:00
committed by GitHub

View File

@@ -680,7 +680,7 @@ table.highlighttable td {
}
table.highlighttable td.linenos {
padding: 0 0.5em;
padding-right: 0.5em;
}
table.highlighttable td.code {