mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Give <pre> blocks a uniform line-height.
This commit is contained in:
parent
93bcc3c3ea
commit
09dd6c00ab
@ -528,6 +528,7 @@ pre {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #efc;
|
background-color: #efc;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
line-height: 120%;
|
||||||
border: 1px solid #ac9;
|
border: 1px solid #ac9;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user