File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*-----------------------------------------------------------------------------
2
+ | Copyright (c) Jupyter Development Team.
3
+ | Distributed under the terms of the Modified BSD License.
4
+ |----------------------------------------------------------------------------*/
5
+
1
6
.jp-git-Notebook-diff .CodeMirror-gutter .CodeMirror-linenumbers [style ] {
2
7
width : 29px !important ;
3
8
}
506
511
-ms-transform : translate (0 , -100% );
507
512
transform : translate (0 , -100% );
508
513
height : 0 ;
509
- }
514
+ }
Original file line number Diff line number Diff line change
1
+ /*-----------------------------------------------------------------------------
2
+ | Copyright (c) Jupyter Development Team.
3
+ | Distributed under the terms of the Modified BSD License.
4
+ |----------------------------------------------------------------------------*/
5
+
6
+ @import 'diff.css' ;
1
7
@import 'variables.css' ;
Original file line number Diff line number Diff line change 2
2
| Copyright (c) Jupyter Development Team.
3
3
| Distributed under the terms of the Modified BSD License.
4
4
|----------------------------------------------------------------------------*/
5
+
5
6
@import url ('https://fonts.googleapis.com/css?family=Oswald' );
6
7
7
8
: root {
You can’t perform that action at this time.
0 commit comments