Skip to content

Commit 849c271

Browse files
committed
ensured that the styling in diff.css gets imported into the bundle
1 parent e651bea commit 849c271

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

style/diff.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*-----------------------------------------------------------------------------
2+
| Copyright (c) Jupyter Development Team.
3+
| Distributed under the terms of the Modified BSD License.
4+
|----------------------------------------------------------------------------*/
5+
16
.jp-git-Notebook-diff .CodeMirror-gutter.CodeMirror-linenumbers[style] {
27
width: 29px !important;
38
}
@@ -506,4 +511,4 @@
506511
-ms-transform: translate(0, -100%);
507512
transform: translate(0, -100%);
508513
height: 0;
509-
}
514+
}

style/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
/*-----------------------------------------------------------------------------
2+
| Copyright (c) Jupyter Development Team.
3+
| Distributed under the terms of the Modified BSD License.
4+
|----------------------------------------------------------------------------*/
5+
6+
@import 'diff.css';
17
@import 'variables.css';

style/variables.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
| Copyright (c) Jupyter Development Team.
33
| Distributed under the terms of the Modified BSD License.
44
|----------------------------------------------------------------------------*/
5+
56
@import url('https://fonts.googleapis.com/css?family=Oswald');
67

78
:root {

0 commit comments

Comments
 (0)