initial commit
This commit is contained in:
19
mne/report/js_and_css/report.css
Normal file
19
mne/report/js_and_css/report.css
Normal file
@@ -0,0 +1,19 @@
|
||||
#container {
|
||||
position: relative;
|
||||
padding-bottom: 8rem;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top: 90px;
|
||||
scroll-behavior: smooth;
|
||||
position: relative; /* for scrollspy */
|
||||
}
|
||||
|
||||
#toc {
|
||||
margin-top: 90px;
|
||||
padding-bottom: 8rem;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 8rem;
|
||||
}
|
||||
Reference in New Issue
Block a user