summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader.js')
-rw-r--r--js/reader.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/reader.js b/js/reader.js
index f658bbe..0cb1410 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -569,10 +569,11 @@ const Reader = {
$(doc).find("pre")
.css("white-space", "pre-wrap");
- $(doc).find("a, p, span, em, i, strong, b, body, header, section, div, big, small, table, tr, td")
+ $(doc).find("a, p, span, em, i, strong, b, body, header, section, div, big, small, table, tr, td, ul, ol, li")
.attr("class", "")
.css("font-family", "inherit")
.css("font-size", "inherit")
+ .css("line-height", "inherit")
.css("color", "")
.css("border", "none ! important")
.css("background", "")