Skip to content

Commit 782ab40

Browse files
committedJun 4, 2015
remove some harmful CSS
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 50d35ec commit 782ab40

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed
 

‎nikola/data/themes/base/assets/css/nikola_ipython.css

-15
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
body {
2-
position: static;
3-
}
4-
5-
pre {
6-
padding: 0.4em;
7-
margin: 0px;
8-
font-family: monospace, sans-serif;
9-
border: none;
10-
}
11-
121
div.prompt {
132
padding: 0.6em;
143
font-size: 13px;
@@ -19,10 +8,6 @@ div.prompt {
198
border-radius: 3px;
209
}
2110

22-
div.input_prompt {
23-
24-
}
25-
2611
div.output_prompt {
2712
/* 5px right shift to account for margin in parent container */
2813
margin: 0 5px 0 0px;

0 commit comments

Comments
 (0)
Failed to load comments.