~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-01 11:25:12 UTC
  • mfrom: (3211.7.10 protocol-v3-doc)
  • Revision ID: pqm@pqm.ubuntu.com-20080501112512-b9lgs4w8r43evtn1
Add the smart protocol v3 specification to network-protocol.txt

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;