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 {
213213 padding : 4px 10px ;
214214}
215215
216- .donate-button {
217- margin : 1 em 0 ;
216+ .sidebar-cheatsheets , . sidebar-donate {
217+ margin : 2.75 rem 0 ;
218218}
219219
220- .sphinxsidebarwrapper {
221- margin : 0 1em ;
220+ .sidebar-donate .mpl-button {
221+ /* fix width to width of cheatsheet */
222+ width : 210px ;
222223}
Original file line number Diff line number Diff line change 11
2- < div class ="sphinxsidebarwrapper ">
2+ < div class ="sidebar-cheatsheets ">
33 < h3 > Matplotlib cheatsheets</ h3 >
44 < a href ="https://github.com/matplotlib/cheatsheets#cheatsheets ">
55 < img src ="_static/mpl_cheatsheet1.png "
Original file line number Diff line number Diff line change 11
22
33
4- < div id ="sidebar-donations " class =" donate-button ">
4+ < div class ="sidebar-donate ">
55 < a href ="https://numfocus.org/donate-to-matplotlib " target ="_blank ">
66 < span class ="mpl-button " > Support Matplotlib</ span >
77 </ a >
You can’t perform that action at this time.
0 commit comments