File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,9 @@ div.sphinxsidebar {
223
223
text-align : left;
224
224
/* margin-left: -100%; */
225
225
}
226
+ div .sphinxsidebarwrapper {
227
+ padding-top : 28px
228
+ }
226
229
227
230
div .sphinxsidebar h4 , div .sphinxsidebar h3 {
228
231
margin : 1em 0 0.5em 0 ;
@@ -669,6 +672,12 @@ figcaption {
669
672
transition : background .25s ease;
670
673
}
671
674
675
+ .donate_button : last-of-type {
676
+ margin : 15px auto 30px ;
677
+
678
+
679
+ }
680
+
672
681
.donate_button : hover , .donate_button : active , .donate_button : focus {
673
682
background : # 003c63 ;
674
683
outline-color : # 003c63 ;
Original file line number Diff line number Diff line change 1
1
2
+ < div >
2
3
< div onclick ="open_window('MjI1OA==') " class ="donate_button "> Support matplotlib</ div >
3
-
4
-
5
4
< div onclick ="open_window('MjM2OA==') " class ="donate_button "> Support NumFOCUS</ div >
5
+ </ div >
You can’t perform that action at this time.
0 commit comments