8000 Merge pull request #21119 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@0f65fe6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f65fe6

Browse files
authored
Merge pull request #21119 from meeseeksmachine/auto-backport-of-pr-21116-on-v3.5.x
Backport PR #21116 on branch v3.5.x (Adapt css so that galleries have four columns)
2 parents 6d5a67d + 2379054 commit 0f65fe6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/_static/mpl.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ does not float with it.
207207

208208
}
209209

210+
/* slightly reduce horizontal margin compared to gallery.css to
211+
* get four columns of thumbnails in the pydata-sphinx-theme. */
212+
.sphx-glr-thumbcontainer {
213+
margin: 5px 2px;
214+
}
215+
210216

211217
table.property-table th,
212218
table.property-table td {

0 commit comments

Comments
 (0)
0