/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Martin Pool
  • Date: 2008-05-08 04:33:38 UTC
  • mfrom: (3414 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3415.
  • Revision ID: mbp@sourcefrog.net-20080508043338-ru3vflx8z641a76k
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  color: inherit;
36
36
  }
37
37
 
 
38
/* Format ".. note:" sections nicely */
 
39
div.note {
 
40
  margin-left: 5em;
 
41
  margin-right: 5em;
 
42
  color: #000000;
 
43
  background-color: #c1d1ff;
 
44
  border: 1px solid #888888;
 
45
  padding-left: 1em;
 
46
  padding-right: 1em;
 
47
  }
 
48
 
 
49
div.note .first {
 
50
  font-weight: bold;
 
51
  }
 
52
 
38
53
h1 {
39
54
  color: #b52b2b; 
40
55
  /* DKREDcolor: #966b72; */
124
139
  margin-right: 5em;
125
140
  color: #000000;
126
141
  font-weight: normal;
127
 
  background-color: #c1d1ff;
128
142
  background-color: #e5ecf9;
129
143
  border: 1px solid #888888;
130
144
  padding: 1em;