Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c69201a

Browse files
committed
DOC: button layout tweak
1 parent b6be7bd commit c69201a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
</form>
281281

282282
<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>
284284

285285
<small style="display: block; margin-top: 10px"><a href="about.html#funding">Read more about donations</a></small>
286286
</div>

doc/themes/scikit-learn/static/nature.css_t

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,10 +810,16 @@ div.container.index-lower ul li em {
810810
}
811811

812812
#paypal-form {
813-
margin: 0;
813+
margin: 30px 0;
814814
padding: 0;
815815
}
816816

817+
div.container.index-lower a.cite-us {
818+
margin-left: 60px;
819+
padding-right: 20px;
820+
padding-left: 20px;
821+
}
822+
817823
div.box h2 {
818824
height: 26px;
819825
background-color: transparent;

0 commit comments

Comments
 (0)