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;
}