This commit is contained in:
Kovid Goyal 2008-03-28 03:00:56 +00:00
parent 95fe65b499
commit e2f943ae16

View File

@ -24,7 +24,6 @@ class NYTimes(BasicNewsRecipe):
encoding = 'cp1252'
no_stylesheets = True
extra_css = 'h1 {font: sans-serif large;}\n.byline {font:monospace;}'
html2lrf_options = ['--base-font-size', '14']
def get_browser(self):
br = BasicNewsRecipe.get_browser()