From 9b5ab804295c36dbf2cb3938c3103d836e199a7a Mon Sep 17 00:00:00 2001 From: GRiker Date: Fri, 29 Jan 2010 08:25:46 -0700 Subject: [PATCH] removed prettify(), fixed p.date_index css --- resources/catalog/stylesheet.css | 2 +- src/calibre/library/catalog.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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):