mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user