We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c07c03b + b2febda commit ac121c6Copy full SHA for ac121c6
theme/static/stylesheet/kazunotebook.css
@@ -8,8 +8,8 @@
8
9
/* From http://nbviewer.jupyter.org/gist/HHammond/7a78d35b34d85406aa60 */
10
11
-/*
12
-First block is for texts/code
+/*
+First block is for texts/code
13
*/
14
15
@import url('http://fonts.googleapis.com/css?family=Crimson+Text');
@@ -80,6 +80,7 @@ div.text_cell_render h3 {
80
81
.prompt.input_prompt {
82
color: rgba(0,0,0,0.5);
83
+ min-width: 0ex;
84
}
85
86
.cell.command_mode.selected {
@@ -144,8 +145,8 @@ div#notebook {
144
145
font-weight: 200;
146
147
148
- This is a lazy fix, we *should* fix the
149
+ This is a lazy fix, we *should* fix the
150
background for each Bootstrap button type
151
152
#site * .btn {
@@ -212,4 +213,3 @@ th {
212
213
214
215
tr:hover {background-color: gray}
-
0 commit comments