This commit is contained in:
Kovid Goyal 2009-10-09 19:10:11 -06:00
parent be785d817b
commit 10ecd551f6
2 changed files with 2 additions and 3 deletions

View File

@ -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()

View File

@ -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}