From 10ecd551f6881d5563d1274a9fa6b6f157076d22 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 9 Oct 2009 19:10:11 -0600 Subject: [PATCH] IGN:... --- setup/installer/windows/__init__.py | 3 +-- src/calibre/web/feeds/recipes/recipe_daily_mail.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup/installer/windows/__init__.py b/setup/installer/windows/__init__.py index 7fdc3ff5a8..b51eccc832 100644 --- a/setup/installer/windows/__init__.py +++ b/setup/installer/windows/__init__.py @@ -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() diff --git a/src/calibre/web/feeds/recipes/recipe_daily_mail.py b/src/calibre/web/feeds/recipes/recipe_daily_mail.py index 669c256161..ac2dfd1777 100644 --- a/src/calibre/web/feeds/recipes/recipe_daily_mail.py +++ b/src/calibre/web/feeds/recipes/recipe_daily_mail.py @@ -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}