diff --git a/resources/catalog/stylesheet.css b/resources/catalog/stylesheet.css index 5fe7b2fd85..eb2352d26a 100644 --- a/resources/catalog/stylesheet.css +++ b/resources/catalog/stylesheet.css @@ -34,7 +34,7 @@ p.description { p.date_index { font-size:x-large; text-align:center; - font-style:bold; + font-weight:bold; margin-top:1em; margin-bottom:0px; } diff --git a/src/calibre/library/catalog.py b/src/calibre/library/catalog.py index c859ff6e32..a10ce56959 100644 --- a/src/calibre/library/catalog.py +++ b/src/calibre/library/catalog.py @@ -2134,7 +2134,6 @@ class EPUB_MOBI(CatalogPlugin): # Add this section to the body body.insert(btc, navPointTag) btc += 1 - print soup.prettify() self.ncxSoup = soup def generateNCXByTags(self, tocTitle):