mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
removed prettify(), fixed p.date_index css
This commit is contained in:
parent
7be4742568
commit
9b5ab80429
@ -34,7 +34,7 @@ p.description {
|
|||||||
p.date_index {
|
p.date_index {
|
||||||
font-size:x-large;
|
font-size:x-large;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-style:bold;
|
font-weight:bold;
|
||||||
margin-top:1em;
|
margin-top:1em;
|
||||||
margin-bottom:0px;
|
margin-bottom:0px;
|
||||||
}
|
}
|
||||||
|
@ -2134,7 +2134,6 @@ class EPUB_MOBI(CatalogPlugin):
|
|||||||
# Add this section to the body
|
# Add this section to the body
|
||||||
body.insert(btc, navPointTag)
|
body.insert(btc, navPointTag)
|
||||||
btc += 1
|
btc += 1
|
||||||
print soup.prettify()
|
|
||||||
self.ncxSoup = soup
|
self.ncxSoup = soup
|
||||||
|
|
||||||
def generateNCXByTags(self, tocTitle):
|
def generateNCXByTags(self, tocTitle):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user