Update Economist

Merge branch 'master' of https://github.com/felagund/calibre
This commit is contained in:
Kovid Goyal 2013-11-28 15:41:06 +05:30
commit 98b6c9dbe7
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,9 @@ class Economist(BasicNewsRecipe):
.headline {font-size: x-large;}
h2 { font-size: small; }
h1 { font-size: medium; }
em.Bold {font-weight:bold;font-style:normal;}
em.Italic {font-style:italic;}
p.xhead {font-weight:bold;}
.pullquote {
float: right;
font-size: larger;

View File

@ -24,6 +24,9 @@ class Economist(BasicNewsRecipe):
.headline {font-size: x-large;}
h2 { font-size: small; }
h1 { font-size: medium; }
em.Bold {font-weight:bold;font-style:normal;}
em.Italic {font-style:italic;}
p.xhead {font-weight:bold;}
.pullquote {
float: right;
font-size: larger;