Skip to content

Commit 06369f9

Browse files
committed
removed unused style
1 parent b68a81d commit 06369f9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

jupyter_sphinx/css/jupyter-sphinx.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,10 @@ div.jupyter_container * {
9494
}
9595
.jupyter_container .code_cell td.linenos {
9696
align: right;
97-
padding: 0 0 0 1em;
97+
padding: 4px 4px 4px 8px;
9898
border-right: 1px solid #cfcfcf;
9999
color: #999;
100100
}
101101
.jupyter_container .output .highlight {
102102
background-color: #ffffff;
103103
}
104-
.jupyter_container .output td.linenos {
105-
align: right;
106-
padding: 0 0 0 1em;
107-
border-right: 1px solid #cfcfcf;
108-
}

0 commit comments

Comments
 (0)