From 9797d56b5c3815de4744183992fcdc435708d458 2013-05-30 13:42:01 From: Matthias BUSSONNIER Date: 2013-05-30 13:42:01 Subject: [PATCH] some css fixes due to pygment highlighter pygment does not use the exact same html than CodeMirror, in particular it wraps code in

---

diff --git a/nbconvert/templates/fullhtml.tpl b/nbconvert/templates/fullhtml.tpl
index 46114c4..11e8acc 100644
--- a/nbconvert/templates/fullhtml.tpl
+++ b/nbconvert/templates/fullhtml.tpl
@@ -18,7 +18,13 @@ body {
   padding: 8px;
 }
 .input_area {
-  padding: 0.4em;
+  padding: 0.2em;
+}
+
+pre {
+    border: none;
+    margin: 0px;
+    font-size: 13px;
 }