mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
display-block (#986)
This commit is contained in:
@@ -448,10 +448,13 @@ def buildEPUB(path, chapternames, tomenumber, ischunked, cover: image.Cover, len
|
|||||||
"margin: 0;\n",
|
"margin: 0;\n",
|
||||||
"padding: 0;\n",
|
"padding: 0;\n",
|
||||||
"}\n",
|
"}\n",
|
||||||
"img {\n",
|
|
||||||
"display: block;\n",
|
|
||||||
"}\n",
|
|
||||||
])
|
])
|
||||||
|
if options.kindle_scribe_azw3:
|
||||||
|
f.writelines([
|
||||||
|
"img {\n",
|
||||||
|
"display: block;\n",
|
||||||
|
"}\n",
|
||||||
|
])
|
||||||
if options.iskindle and options.panelview:
|
if options.iskindle and options.panelview:
|
||||||
f.writelines(["#PV {\n",
|
f.writelines(["#PV {\n",
|
||||||
"position: absolute;\n",
|
"position: absolute;\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user