summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-01 18:59:38 +0300
committerAndrew Dolgov <[email protected]>2018-02-01 18:59:38 +0300
commit67f4fd61b82226721ad8fd08fc4b6c8614f78668 (patch)
tree4387df6499f99ac84106f18095424e76c739bf8e /read.html
parent47568440c08487f804b6eee47e1a4023529dea9f (diff)
force text-align
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");
});