summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader.js')
-rw-r--r--js/reader.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/reader.js b/js/reader.js
index 64c3404..d5626f2 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -718,6 +718,10 @@ const Reader = {
/* embedded styles may conflict with our font sizes, etc */
$(c.document).find("p, span, em, strong, body")
.attr("class", "");
+
+ $(c.document).find("p")
+ .css("text-indent", "1em");
+
});
});
@@ -1050,4 +1054,4 @@ const Reader = {
function __get_reader() {
return Reader;
-} \ No newline at end of file
+}