Skip to content

Commit 3407de5

Browse files
authored
Merge pull request #112 from akhmerov/css_lint
css lint fixes
2 parents 987820b + 460ee89 commit 3407de5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jupyter_sphinx/css/jupyter-sphinx.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ div.jupyter_container {
4747
background-color: #f7f7f7;
4848
border: none;
4949
background: none;
50+
box-shadow: none;
5051
-webkit-box-shadow: none; /* for nature */
5152
-moz-box-shadow: none; /* for nature */
5253
}
@@ -90,11 +91,12 @@ div.jupyter_container {
9091
background: none;
9192
padding: 4px;
9293
border: none;
94+
box-shadow: none;
9395
-webkit-box-shadow: none; /* for nature */
9496
-moz-box-shadow: none; /* for nature */
9597
}
9698
.jupyter_container .code_cell td.linenos {
97-
align: right;
99+
text-align: right;
98100
padding: 4px 4px 4px 8px;
99101
border-right: 1px solid #cfcfcf;
100102
color: #999;

0 commit comments

Comments
 (0)