Skip to content

Commit 9d259c5

Browse files
committed
DOC change css for download button
1 parent 712cad4 commit 9d259c5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
'github_repo': 'voxelwise_tutorials',
116116
'github_type': 'star',
117117
'page_width': '1200px',
118+
'sidebar_width': '235px',
118119
'logo': 'flatmap.png',
119120
'logo_name': 'voxelwise',
120121
'description': 'Voxelwise modeling tutorials',

doc/static/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ div.sphinxsidebar {
1616
max-height: 100%;
1717
overflow-y: auto;
1818
}
19+
div.sphx-glr-download a{
20+
background-image: none;
21+
background-color: rgb(238, 238, 238);
22+
border-color: rgb(204, 204, 204);
23+
}

0 commit comments

Comments
 (0)