Skip to content

Commit 2778a1e

Browse files
committed
fix output formatting
1 parent 03340b2 commit 2778a1e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/static/scipy-cookbook.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ pre.ipy-out {
1111
background-color: #eee;
1212
padding-top: 0;
1313
margin-top: -24px !important;
14-
overflow-x: wrap;
14+
overflow-x: auto;
1515
white-space: normal;
1616
}
1717

18-
pre.ipy-out:before {
19-
content: "Out []: ";
18+
div.ipy-out pre {
19+
white-space: pre;
2020
}
2121

22-
div.ipy-out pre {
22+
pre.ipy-out {
23+
border: none !important;
24+
background-color: #eee !important;
25+
padding: 12px 12px !important;
2326
white-space: pre;
2427
}
2528

0 commit comments

Comments
 (0)