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 987820b + 460ee89 commit 3407de5Copy full SHA for 3407de5
jupyter_sphinx/css/jupyter-sphinx.css
@@ -47,6 +47,7 @@ div.jupyter_container {
47
background-color: #f7f7f7;
48
border: none;
49
background: none;
50
+ box-shadow: none;
51
-webkit-box-shadow: none; /* for nature */
52
-moz-box-shadow: none; /* for nature */
53
}
@@ -90,11 +91,12 @@ div.jupyter_container {
90
91
92
padding: 4px;
93
94
95
96
97
98
.jupyter_container .code_cell td.linenos {
- align: right;
99
+ text-align: right;
100
padding: 4px 4px 4px 8px;
101
border-right: 1px solid #cfcfcf;
102
color: #999;
0 commit comments