removed prettify(), fixed p.date_index css

This commit is contained in:
GRiker 2010-01-29 08:25:46 -07:00
parent 7be4742568
commit 9b5ab80429
2 changed files with 1 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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):