Skip to content

Commit 9d5b143

Browse files
committed
Merge branch 'main' into sound-position
2 parents 1666eae + e5da21c commit 9d5b143

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reST/themes/classic/static/pygame.css_t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ div.body table.matrix th.stub {
6767
/* Let a float element be beside a code block */
6868
div.highlight-python.notranslate {
6969
display: inline-block;
70+
width: 100%;
7071
}
7172

7273
/* -- page layout ----------------------------------------------------------- */
@@ -134,6 +135,7 @@ div.header .pagelinks a:hover {
134135

135136
div.document {
136137
background-color: {{ theme_bgcolor }};
138+
overflow: hidden;
137139
}
138140

139141
.flex-container {
@@ -509,6 +511,7 @@ pre {
509511

510512
div.highlight pre {
511513
border: none;
514+
white-space: pre;
512515
}
513516

514517
ul.simple {

0 commit comments

Comments
 (0)