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