File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
themes/scikit-learn/static Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 280
280
</form >
281
281
282
282
<a class =" btn btn-warning btn-big" onclick =" document.getElementById('paypal-form').submit(); return false;" >Help us, <strong >donate!</strong ></a >
283
- <a class =" btn btn-warning btn-big" href =" ./about.html#citing-scikit-learn" ><strong >Cite us!</strong ></a >
283
+ <a class =" btn btn-warning btn-big cite-us " href =" ./about.html#citing-scikit-learn" ><strong >Cite us!</strong ></a >
284
284
285
285
<small style =" display : block ; margin-top : 10px " ><a href =" about.html#funding" >Read more about donations</a ></small >
286
286
</div >
Original file line number Diff line number Diff line change @@ -810,10 +810,16 @@ div.container.index-lower ul li em {
810
810
}
811
811
812
812
#paypal-form {
813
- margin: 0;
813
+ margin: 30px 0;
814
814
padding: 0;
815
815
}
816
816
817
+ div.container.index-lower a.cite-us {
818
+ margin-left: 60px;
819
+ padding-right: 20px;
820
+ padding-left: 20px;
821
+ }
822
+
817
823
div.box h2 {
818
824
height: 26px;
819
825
background-color: transparent;
You can’t perform that action at this time.
0 commit comments