mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
be785d817b
commit
10ecd551f6
@ -31,8 +31,7 @@ class Win32(VMInstaller):
|
||||
FREEZE_COMMAND = 'win32_freeze'
|
||||
FREEZE_TEMPLATE = 'python -OO setup.py {freeze_command} --no-ice'
|
||||
INSTALLER_EXT = 'msi'
|
||||
SHUTDOWN_CMD = ['shutdown.exe', '-s', '-c',
|
||||
'Shutdown called by calibre setup']
|
||||
SHUTDOWN_CMD = ['shutdown.exe', '-s', '-f', '-t', '0']
|
||||
|
||||
def download_installer(self):
|
||||
installer = self.installer()
|
||||
|
@ -10,7 +10,7 @@ class TheDailyMail(BasicNewsRecipe):
|
||||
max_articles_per_feed = 50
|
||||
|
||||
extra_css = '''#js-article-text{font-family:Arial,Helvetica,sans-serif;}
|
||||
h1{font-size:large; font-weight:bold;}
|
||||
h1{font-size:x-large; font-weight:bold;}
|
||||
a.author{color:#003580;}
|
||||
.js-article-text{font-size:50%;}
|
||||
.imageCaption{font-size:x-small; font-weight:bold}
|
||||
|
Loading…
x
Reference in New Issue
Block a user