File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -213,10 +213,11 @@ table.property-table td {
213
213
padding : 4px 10px ;
214
214
}
215
215
216
- .donate-button {
217
- margin : 1 em 0 ;
216
+ .sidebar-cheatsheets , . sidebar-donate {
217
+ margin : 2.75 rem 0 ;
218
218
}
219
219
220
- .sphinxsidebarwrapper {
221
- margin : 0 1em ;
220
+ .sidebar-donate .mpl-button {
221
+ /* fix width to width of cheatsheet */
222
+ width : 210px ;
222
223
}
Original file line number Diff line number Diff line change 1
1
2
- < div class ="sphinxsidebarwrapper ">
2
+ < div class ="sidebar-cheatsheets ">
3
3
< h3 > Matplotlib cheatsheets</ h3 >
4
4
< a href ="https://github.com/matplotlib/cheatsheets#cheatsheets ">
5
5
< img src ="_static/mpl_cheatsheet1.png "
Original file line number Diff line number Diff line change 1
1
2
2
3
3
4
- < div id ="sidebar-donations " class =" donate-button ">
4
+ < div class ="sidebar-donate ">
5
45DD
code>
5
< a href ="https://numfocus.org/donate-to-matplotlib " target ="_blank ">
6
6
< span class ="mpl-button " > Support Matplotlib</ span >
7
7
</ a >
You can’t perform that action at this time.
0 commit comments