From 982a1ac183c12599d06cacb47eaf226ae1a20403 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 10 May 2008 08:57:20 -0700 Subject: [PATCH] Make wired.com recipe font size smaller --- src/calibre/manual/gui.rst | 4 ++-- src/calibre/web/feeds/recipes/wired.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/manual/gui.rst b/src/calibre/manual/gui.rst index 757af2202c..59fb5aebd6 100644 --- a/src/calibre/manual/gui.rst +++ b/src/calibre/manual/gui.rst @@ -2,8 +2,8 @@ .. _gui: -The Grahical User Interface -============================ +The Graphical User Interface +============================= The Graphical User Interface *(GUI)* provides access to all library management and ebook format conversion features. The basic workflow diff --git a/src/calibre/web/feeds/recipes/wired.py b/src/calibre/web/feeds/recipes/wired.py index d5951483d5..7feb61bd9c 100644 --- a/src/calibre/web/feeds/recipes/wired.py +++ b/src/calibre/web/feeds/recipes/wired.py @@ -13,7 +13,7 @@ class Wired(BasicNewsRecipe): description = 'Technology news' timefmt = ' [%Y%b%d %H%M]' no_stylesheets = True - html2lrf_options = ['--base-font-size', '16'] + #html2lrf_options = ['--base-font-size', '16'] preprocess_regexps = [(re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in