Skip to content

Commit c0ca2f8

Browse files
author
Ben Cipollini
committed
DOC: fix openhub.net badge (#378), prevent overflow of sidebar content.
1 parent 2eaecee commit c0ca2f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/source/_static/nibabel.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ div.footer {
3131
div.body {
3232
background-color: white;
3333
}
34+
35+
.sphinxsidebarwrapper {
36+
/* don't let anything exceed sidebar boundaries */
37+
overflow: hidden;
38+
}

doc/source/_templates/indexsidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h3>Quick links</h3>
66
<li><a href="https://mail.python.org/pipermail/neuroimaging">Mailing list archive</a></li>
77
</ul>
88

9-
<script type="text/javascript" src="https://www.ohloh.net/projects/480908/widgets/project_partner_badge"></script>
9+
<script type='text/javascript' src='https://www.openhub.net/p/nibabel/widgets/project_thin_badge?format=js'></script>
1010

1111
<h3>Search mailing list archive</h3>
1212
<script type="text/javascript">

0 commit comments

Comments
 (0)