mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix padding for line numbers.
This commit is contained in:
@@ -706,7 +706,7 @@ pre {
|
||||
}
|
||||
|
||||
td.linenos pre {
|
||||
padding: 0;
|
||||
padding: 5px 0px;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
color: #aaa;
|
||||
|
||||
@@ -38,7 +38,7 @@ pre {
|
||||
}
|
||||
|
||||
td.linenos pre {
|
||||
padding: 0;
|
||||
padding: 0.5em 0;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
color: #aaa;
|
||||
|
||||
Reference in New Issue
Block a user