-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathwrap-notebook-css.patch
More file actions
41 lines (35 loc) · 956 Bytes
/
wrap-notebook-css.patch
File metadata and controls
41 lines (35 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
From 2034e5eb62cad8a429d326039bf68841edc7fc9e Mon Sep 17 00:00:00 2001
From: Matthew Harrigan <harrigan@stanford.edu>
Date: Tue, 13 Oct 2015 17:57:57 -0700
Subject: [PATCH] Wrap style.less with .jupyter class
---
notebook/static/style/style.less | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/notebook/static/style/style.less b/notebook/static/style/style.less
index f87f0e7..6a97796 100644
--- a/notebook/static/style/style.less
+++ b/notebook/static/style/style.less
@@ -3,6 +3,9 @@
* Twitter Bootstrap
*
*/
+
+.jupyter {
+
@import "../components/bootstrap/less/bootstrap.less";
/*!
@@ -11,7 +14,7 @@
*
*/
@import "../components/font-awesome/less/font-awesome.less";
-@fa-font-path: "../components/font-awesome/fonts";
+//@fa-font-path: "../components/font-awesome/fonts";
// base
@import "../base/less/style.less";
@@ -33,3 +36,5 @@
// terminal
@import "../terminal/less/terminal.less";
+
+}
--
2.6.1