~vorlon/ubuntu/saucy/gourmet/trunk

« back to all changes in this revision

Viewing changes to data/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Rolf Leggewie
  • Date: 2008-11-24 10:38:57 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081124103857-7ds1eemlqjpxhj2n
Tags: 0.14.2-1
* new upstream release
* add manpage, courtesy of François Wendling.  (Closes: #495796).
* add 06-change-sys-path-append.patch
  sys.path.append('/usr/share') can be dangerous

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
div.recipe, div.index { font-style: Times, Serif; font-size: 12pt; margin-left: 7%; margin-right: 10%; background-color: #ffe; padding: 1em; margin-top: 1em;}
 
2
div.recipe img {float: right; padding: 1em}
 
3
body {background-color: #666}
 
4
span.label { font-weight: bold }
 
5
p.title { font-size: 120%; text-align: center}
 
6
p.title span.label {display: none}
 
7
div.header p {margin-top: 0; margin-bottom: 0.2em}
 
8
div.ing { padding: 1em; border: solid 1px; background-color: #eef}
 
9
}
 
10
li.ing { list-style: none; border-top: 0.3em }