diff --git a/index.js b/index.js
index fbb4d83..ba7f5bd 100644
--- a/index.js
+++ b/index.js
@@ -14,7 +14,7 @@ exports.getLineHTMLForExport = function (hook, context) {
var header = _analyzeLine(context.attribLine, context.apool);
if (header) {
var inlineStyle = getInlineStyle(header);
- return "" + context.text.substring(1) + "";
+ return "" + context.text.substring(1) + "";
}
}
diff --git a/static/css/page_view.css b/static/css/page_view.css
index ee957a9..6255147 100644
--- a/static/css/page_view.css
+++ b/static/css/page_view.css
@@ -16,7 +16,7 @@ iframe.page_view {
padding:100px !important;
background-color:#fff;
min-height:800px;
- top:150px;
+ top:50px;
}
}