Skip to content

Commit 3b1a73e

Browse files
committed
Remove semicolons
1 parent b6f4f5c commit 3b1a73e

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

mne/report/js_and_css/report.sass

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
#container {
2-
position: relative;
3-
padding-bottom: 5rem;
2+
position: relative
3+
padding-bottom: 5rem
44
}
55

66
#content {
7-
margin-top: 90px;
8-
scroll-behavior: smooth;
9-
position: relative; // for scrollspy
7+
margin-top: 90px
8+
scroll-behavior: smooth
9+
position: relative // for scrollspy
1010
}
1111

1212
#toc {
13-
margin-top: 90px;
14-
padding-bottom: 5rem;
13+
margin-top: 90px
14+
padding-bottom: 5rem
1515
}
16-

0 commit comments

Comments
 (0)