We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a5d490 + 34cc4a2 commit 7e3a380Copy full SHA for 7e3a380
sass/_theme_rst.sass
@@ -53,13 +53,20 @@
53
line-height: $base-line-height
54
margin-bottom: $base-line-height
55
56
+ pre.literal-block
57
+ white-space: pre
58
+ margin: 0
59
+ padding: $base-line-height / 2 $base-line-height / 2
60
+ font-family: $code-font-family
61
+ display: block
62
+ overflow: auto
63
pre.literal-block, div[class^='highlight']
64
border: 1px solid $table-border-color
- padding: 0px
65
overflow-x: auto
66
// 1px hack otherwise border won't show. lame
67
margin: 1px 0 $base-line-height 0
68
div[class^='highlight']
69
+ padding: 0px
70
border: none
71
margin: 0
72
// Needs 100% width for line highlighting to work properly
0 commit comments