From 58f6352d602c6341d07f7b9015edacd3aaa36bba Mon Sep 17 00:00:00 2001 From: poire-z Date: Wed, 18 Apr 2018 22:13:44 +0200 Subject: [PATCH] Wiki saved as EPUB: stylesheet fix (#3894) Removed width:80% as it was never supported by crengine (the effect was achieved thanks to margins and paddings). Wikipedia saved articles from now on won't be effected by a double effect if we later add full support for width: into crengine. --- frontend/ui/wikipedia.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/ui/wikipedia.lua b/frontend/ui/wikipedia.lua index 218268ff8..70d78f9aa 100644 --- a/frontend/ui/wikipedia.lua +++ b/frontend/ui/wikipedia.lua @@ -940,7 +940,6 @@ a.newwikinonexistent { } /* show a box around image thumbnails */ div.thumb { - width: 80%; border: dotted 1px black; margin-top: 0.5em; margin-bottom: 0.5em;