8000 Backport PR #21116: Adapt css so that galleries have four columns · matplotlib/matplotlib@2379054 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2379054

Browse files
anntzermeeseeksmachine
authored andcommitted
Backport PR #21116: Adapt css so that galleries have four columns
1 parent 6d5a67d commit 2379054

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
< 6004 td data-grid-cell-id="diff-f77065d6ea0f44c135ef3abb518b2e42a72ad73520fd2976ea288cc975a751c6-209-211-2" data-line-anchor="diff-f77065d6ea0f44c135ef3abb518b2e42a72ad73520fd2976ea288cc975a751c6R211" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+
* get four columns of thumbnails in the pydata-sphinx-theme. */
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
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