summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-09 15:34:13 +0300
committerAndrew Dolgov <[email protected]>2020-10-09 15:34:13 +0300
commit377270c3ed4f1ab33feeba81d96690b712c1cd9d (patch)
treea63e8f826c78e2cbe79fa8407a0bd5a48729dfeb /js
parent77ef04b1965616d6fd89890881ce0246f557ea37 (diff)
add override styles for some obsolete tags
Diffstat (limited to 'js')
-rw-r--r--js/reader.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reader.js b/js/reader.js
index 8deb534..64f0d36 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -453,7 +453,7 @@ const Reader = {
.filter((i, e) => { if ($(e).text().length >= MIN_LENGTH_TO_JUSTIFY) return e; })
.css("text-align", "justify");
- $(doc).find("p, span, em, strong, body, div")
+ $(doc).find("p, span, em, i, strong, b, body, div, big, small")
.attr("class", "")
.css("color", "")
.css("background", "")