mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 01:33:07 +02:00
IGN:...
This commit is contained in:
parent
705987c3fc
commit
685dcf2320
1 changed files with 1 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ def get_id(chapter, counter, prefix='calibre_css_'):
|
|||
setting, cn in cache.items()])
|
||||
css += '\n\n'
|
||||
css += '\n'.join(['%s {%s;}'%(selector, setting) for \
|
||||
selector, setting in cache.items()])
|
||||
selector, setting in id_css.items()])
|
||||
sheet = self.css_parser.parseString(self.preprocess_css(css.replace(';;}', ';}')))
|
||||
for rule in sheet:
|
||||
self.stylesheet.add(rule)
|
||||
|
|
|
|||
Loading…
Reference in a new issue