summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.html b/read.html
index 873a81f..cfe096d 100644
--- a/read.html
+++ b/read.html
@@ -656,7 +656,8 @@
$("#reader iframe").contents().find("*")
.css("font-family", fontFamily)
.css("font-size", fontSize)
- .css("line-height", lineHeight);
+ .css("line-height", lineHeight)
+ .css("text-align", "justify");
});