mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
9c35237c50
commit
ce642a0a6d
@ -123,7 +123,6 @@ class Document(QWebPage): # {{{
|
|||||||
prefix = '''
|
prefix = '''
|
||||||
body { %s }
|
body { %s }
|
||||||
'''%('; '.join(brules))
|
'''%('; '.join(brules))
|
||||||
print (prefix)
|
|
||||||
raw = prefix + opts.user_css
|
raw = prefix + opts.user_css
|
||||||
raw = '::selection {background:#ffff00; color:#000;}\n'+raw
|
raw = '::selection {background:#ffff00; color:#000;}\n'+raw
|
||||||
data = 'data:text/css;charset=utf-8;base64,'
|
data = 'data:text/css;charset=utf-8;base64,'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user