~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Martin Pool
  • Date: 2007-04-04 06:17:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2397.
  • Revision ID: mbp@sourcefrog.net-20070404061731-tt2xrzllqhbodn83
Contents of TODO file moved into bug tracker

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: 140%
 
12
  line-height: 180%
13
13
  }
14
14
 
15
15
/* p {
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
 
 
53
38
h1 {
54
39
  color: #b52b2b; 
55
40
  /* DKREDcolor: #966b72; */
126
111
 
127
112
tt, .literal-block {
128
113
  font-family: monospace;
129
 
  line-height: 100%
130
114
  }
131
115
 
132
116
tt {
136
120
 
137
121
.literal-block {
138
122
  margin-left: 5em;
139
 
  margin-right: 5em;
140
123
  color: #000000;
141
124
  font-weight: normal;
 
125
  background-color: #c1d1ff;
142
126
  background-color: #e5ecf9;
143
127
  border: 1px solid #888888;
144
128
  padding: 1em;
158
142
  color: #b52727;
159
143
  text-decoration: none;
160
144
  }
161
 
 
162
 
span, th.field-name {
163
 
  white-space: nowrap;
164
 
}