mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-02 15:17:35 +01:00
...
This commit is contained in:
parent
7b183b21d3
commit
2ed15bac10
1 changed files with 8 additions and 2 deletions
|
|
@ -84,9 +84,12 @@ class TheIndependentNew(BasicNewsRecipe):
|
|||
.column-1 h3 { color: #444444}
|
||||
.subtitle { color: #777777; font-size: medium;}
|
||||
.column-1 a,h1,h2,h3 { margin: 0; }
|
||||
.column-1 div{color:#888888; margin: 0;}
|
||||
.column-1 div{margin: 0;}
|
||||
.articleContent {display: block; clear:left;}
|
||||
.articleContent p {color: #000000; font-size: medium;}
|
||||
.articleContent {color: #000000; font-size: medium;}
|
||||
.ivDrip-section {color: #000000; font-size: medium;}
|
||||
.datetime {color: #888888}
|
||||
.title {font-weight:bold;}
|
||||
.storyTop{}
|
||||
.pictureContainer img { max-width: 400px; max-height: 400px;}
|
||||
.image img { max-width: 400px; max-height: 400px;}
|
||||
|
|
@ -518,6 +521,9 @@ def _remove_undesired_line_breaks_from_tag(self,parent,soup):
|
|||
),
|
||||
(u'Opinion',
|
||||
u'http://www.independent.co.uk/opinion/?service=rss'),
|
||||
(u'Voices',
|
||||
u'http://www.independent.co.uk/voices/?service=rss'
|
||||
),
|
||||
(u'Environment',
|
||||
u'http://www.independent.co.uk/environment/?service=rss'),
|
||||
(u'Sport - Athletics',
|
||||
|
|
|
|||
Loading…
Reference in a new issue