Skip to content

Commit ac121c6

Browse files
author
Drinking Kazu
authored
Merge pull request #3 from Temigo/develop
Remove empty left margin in notebooks
2 parents c07c03b + b2febda commit ac121c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

theme/static/stylesheet/kazunotebook.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
/* From http://nbviewer.jupyter.org/gist/HHammond/7a78d35b34d85406aa60 */
1010

11-
/*
12-
First block is for texts/code
11+
/*
12+
First block is for texts/code
1313
*/
1414

1515
@import url('http://fonts.googleapis.com/css?family=Crimson+Text');
@@ -80,6 +80,7 @@ div.text_cell_render h3 {
8080

8181
.prompt.input_prompt {
8282
color: rgba(0,0,0,0.5);
83+
min-width: 0ex;
8384
}
8485

8586
.cell.command_mode.selected {
@@ -144,8 +145,8 @@ div#notebook {
144145
font-weight: 200;
145146
}
146147

147-
/*
148-
This is a lazy fix, we *should* fix the
148+
/*
149+
This is a lazy fix, we *should* fix the
149150
background for each Bootstrap button type
150151
*/
151152
#site * .btn {
@@ -212,4 +213,3 @@ th {
212213
}
213214

214215
tr:hover {background-color: gray}
215-

0 commit comments

Comments
 (0)