mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7717 from mgeier/linenos-padding
basic CSS: avoid unnecessary padding to the left of line numbers
This commit is contained in:
@@ -680,7 +680,7 @@ table.highlighttable td {
|
||||
}
|
||||
|
||||
table.highlighttable td.linenos {
|
||||
padding: 0 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
table.highlighttable td.code {
|
||||
|
||||
Reference in New Issue
Block a user