~ubuntu-branches/debian/wheezy/calibre/wheezy

« back to all changes in this revision

Viewing changes to resources/recipes/heise.recipe

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-08-11 11:30:57 UTC
  • mfrom: (1.3.14 upstream)
  • mto: (29.3.2 oneiric)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100811113057-2jhbcbavxw7wlt0c
Tags: 0.7.13+dfsg-1
* New upstream version.
* debian/control: Add python-routes recommends. (Closes: #590561)
* Convert to 3.0 (quilt) source format.
* Bump debhelper compat level to 7, and drop now obsolete
  DEB_DH_INSTALL_SOURCEDIR in debian/rules.
* debian/control: Add missing ${misc:Depends}.
* debian/control: Bump Standards-Version to 3.9.1.
* debian/copyright: Replace obsolete reference to
  /usr/share/common-licenses/BSD with their verbatim text from the original
  source.
* debian/rules: Remove invalid hashbang lines from *.recipe, these have no
  __main__.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    max_articles_per_feed = 40
20
20
    no_stylesheets = True
21
21
 
 
22
    extra_css = '''
 
23
    .bild_links, .bild_bu_links {
 
24
        float:left;
 
25
        line-height:105%;
 
26
        margin:12px 1.4em 12px 0;
 
27
    }
 
28
 
 
29
    .bild_rechts, .bild_bu {
 
30
            float:right;
 
31
            line-height:105%;
 
32
            margin:12px 0 12px 1em;
 
33
            text-align:right;
 
34
    }
 
35
 
 
36
    .bild_zentriert {
 
37
            clear:both;
 
38
            line-height:105%;
 
39
            margin:.2em auto;
 
40
            text-align:center;
 
41
    }
 
42
 
 
43
    span.bild_links, span.bild_rechts, span.bild_zentriert {
 
44
            display:block;
 
45
    }
 
46
    '''
 
47
 
22
48
    remove_tags = [dict(id='navi_top'),
23
49
                   dict(id='navi_bottom'),
24
50
                   dict(id='logo'),