Fix line height in code block.

This commit is contained in:
Alexander Zobnin
2016-10-30 22:01:55 +03:00
parent f14f608c5a
commit bd786e7b8a

View File

@@ -23,6 +23,7 @@ code, .rst-content tt {
.hljs { .hljs {
font-size: 100%; font-size: 100%;
line-height: 1.5;
padding: 1em 0.5em; padding: 1em 0.5em;
border-radius: 4px; border-radius: 4px;
border-color: #f4f4f4; border-color: #f4f4f4;