8000 toc-toggle style card grid · matplotlib/matplotlib@7bdebcc · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bdebcc

committed
toc-toggle style card grid
1 parent b481373 commit 7bdebcc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/_static/mpl.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ details.sd-dropdown summary.sd-card-header+div.sd-summary-content {
124124
details.sd-dropdown summary {
125125
/* padding: 1em; */
126126
padding: 0;
127-
}
127+
}
128128

129-
.sd-dropdown>.sd-card-body{
130-
padding: 0;}
129+
.sd-dropdown>.sd-card-body{
130+
padding: 0;
131+
}

doc/users/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ User guide
88

99
.. grid:: 1 1 3 3
1010

11-
.. grid-item:: Information
11+
.. grid-item-card:: Information
1212

1313
.. dropdown:: :doc:`getting_started/index`
1414
:open:
@@ -43,7 +43,7 @@ User guide
4343
project/index.rst
4444

4545

46-
.. grid-item:: Explanations & Examples
46+
.. grid-item-card:: Explanations & Examples
4747

4848
.. dropdown:: :doc:`explain/index`
4949
:open:
@@ -78,7 +78,7 @@ User guide
7878
../gallery/index.rst
7979

8080

81-
.. grid-item:: References & Resources
81+
.. grid-item-card:: References & Resources
8282

8383
.. dropdown:: :doc:`../api/index`
8484
:open:

0 commit comments

Comments
 (0)
0