Make the Economist recipe respect bold text

This commit is contained in:
Tomáš Hnyk 2013-11-28 10:56:58 +01:00
parent b04d356e44
commit 12f3a7ffbc
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;