~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Michael Hudson
  • Date: 2008-07-17 00:43:32 UTC
  • mto: This revision was merged to the branch mainline in revision 3552.
  • Revision ID: michael.hudson@canonical.com-20080717004332-aqxut6zkoi0hiyl7
the two character fix

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