~ubuntu-branches/ubuntu/gutsy/bzr/gutsy

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-05-08 18:23:31 UTC
  • mfrom: (1.1.25 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070508182331-29yms01u9mqt3n7w
Tags: 0.16-1
* new upstream version
* add a note about this package being maintained by pkg-bazaar
* add myself to uploaders
* generate docs via make docs, upstream has the html links right now
* merge ubuntu changes:
  - add lintian overrides
  - install doc/README.1st and doc/default.css
  - debian/control: The upstream name is 'Bazaar', not bazaar-ng anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  margin-bottom: 70px;
10
10
  font-family: Verdana, Geneva, Arial, sans-serif;
11
11
  font-size: small;
12
 
  line-height: 180%
 
12
  line-height: 140%
13
13
  }
14
14
 
15
15
/* p {
111
111
 
112
112
tt, .literal-block {
113
113
  font-family: monospace;
 
114
  line-height: 100%
114
115
  }
115
116
 
116
117
tt {
120
121
 
121
122
.literal-block {
122
123
  margin-left: 5em;
 
124
  margin-right: 5em;
123
125
  color: #000000;
124
126
  font-weight: normal;
125
127
  background-color: #c1d1ff;