~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/default.css

  • Committer: Patch Queue Manager
  • Date: 2015-09-30 16:43:21 UTC
  • mfrom: (6603.2.2 fix-keep-dirty)
  • Revision ID: pqm@pqm.ubuntu.com-20150930164321-ct2v2qnmvimqt8qf
(vila) Avoid associating dirty patch headers with the previous file in the
 patch. (Colin Watson)

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 {
16
16
  text-indent: 3em
17
17
} */
18
18
 
 
19
h1, h2, h3 {
 
20
  font-family: Georgia, "Times New Roman", Times, serif;
 
21
}
 
22
 
19
23
h1.title {
20
24
  text-align: center;
21
25
  color: #000000;
22
 
  font-family: Georgia, "Time New Roman", Times, serif;
23
26
  font-size: 1.8em;
24
27
  }
25
28
 
32
35
  color: inherit;
33
36
  }
34
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
 
35
53
h1 {
36
 
  color: #b52b2b; 
 
54
  color: #b52b2b;
37
55
  /* DKREDcolor: #966b72; */
38
56
  /* GREY color: #444444; */
39
 
  font-family: Georgia, "Time New Roman", Times, serif;
40
57
  font-size: 1.5em;
41
58
  }
42
59
 
43
60
h1 a:link {
44
61
  color: inherit;
45
62
  }
46
 
  
 
63
 
47
64
h1 a:hover {
48
65
  color: inherit;
49
66
  }
56
73
  color: #222;
57
74
  /* RED color: #966b72; */
58
75
  text-decoration: underline;
59
 
  font-family: Georgia, "Time New Roman", Times, serif;
60
76
  font-size: 1.4em;
61
77
  }
62
78
 
73
89
  }
74
90
 
75
91
h3 {
76
 
  color: #966b72; 
 
92
  color: #966b72;
77
93
  /* color: #966b72; */
78
 
  font-family: Georgia, "Time New Roman", Times, serif;
79
94
  }
80
95
 
81
96
h3 a:link {
99
114
  padding: 1ex;
100
115
  background: #7777FF;
101
116
        }
102
 
dt:hover 
 
117
dt:hover
103
118
  {
104
119
  background-color: black;
105
120
  }
109
124
  }
110
125
*/
111
126
 
 
127
tt, .literal-block {
 
128
  font-family: monospace;
 
129
  line-height: 100%
 
130
  }
 
131
 
112
132
tt {
113
133
  color: #000000;
114
134
  font-weight: normal;
115
 
  font-family: "Lucida", "Monaco", "Courier", Monospace;
116
135
  }
117
136
 
118
137
.literal-block {
119
138
  margin-left: 5em;
 
139
  margin-right: 5em;
120
140
  color: #000000;
121
141
  font-weight: normal;
122
 
  font-family: "Lucida", "Monaco", "Courier", Monospace;
123
 
  background-color: #c1d1ff;
124
142
  background-color: #e5ecf9;
125
143
  border: 1px solid #888888;
126
144
  padding: 1em;
140
158
  color: #b52727;
141
159
  text-decoration: none;
142
160
  }
 
161
 
 
162
span, th.field-name {
 
163
  white-space: nowrap;
 
164
}