~stub/ubuntu/precise/calibre/devel

« back to all changes in this revision

Viewing changes to resources/templates/html.css

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-04-12 11:29:25 UTC
  • mfrom: (42.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110412112925-c7171kt2bb5rmft4
Tags: 0.7.50+dfsg-2
* debian/control: Build with libpodofo-dev to enable PDF metadata.
  (Closes: #619632)
* debian/control: Add libboost1.42-dev build dependency. Apparently it is
  needed in some setups. (Closes: #619807)
* debian/rules: Call dh_sip to generate a proper sip API dependency, to
  prevent crashes like #616372 for partial upgrades.
* debian/control: Bump python-qt4 dependency to >= 4.8.3-2, which reportedly
  fixes crashes on startup. (Closes: #619701, #620125)

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
   display: none;
392
392
}
393
393
 
394
 
/* Page breaks at body tags, to help out with LIT-generation */
395
 
body {
396
 
  page-break-before: always;
397
 
}
398
 
 
399
394
/* Explicit line-breaks are blocks, sure... */
400
395
br {
401
396
  display: block;