mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make the Economist recipe respect bold text
This commit is contained in:
parent
b04d356e44
commit
12f3a7ffbc
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user