Make wired.com recipe font size smaller

This commit is contained in:
Kovid Goyal 2008-05-10 08:57:20 -07:00
parent fb34e337f6
commit 982a1ac183
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
.. _gui: .. _gui:
The Grahical User Interface The Graphical User Interface
============================ =============================
The Graphical User Interface *(GUI)* provides access to all The Graphical User Interface *(GUI)* provides access to all
library management and ebook format conversion features. The basic workflow library management and ebook format conversion features. The basic workflow

View File

@ -13,7 +13,7 @@ class Wired(BasicNewsRecipe):
description = 'Technology news' description = 'Technology news'
timefmt = ' [%Y%b%d %H%M]' timefmt = ' [%Y%b%d %H%M]'
no_stylesheets = True 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 preprocess_regexps = [(re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in