/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: 2005-06-28 03:02:31 UTC
  • Revision ID: mbp@sourcefrog.net-20050628030231-d311e4ebcd467ef4
Merge John's import-speedup branch:

                                                                                         
  777 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 22:20:32 -0500
      revision-id: john@arbash-meinel.com-20050627032031-e82a50db3863b18e
      bzr selftest was not using the correct bzr

  776 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 22:20:22 -0500
      revision-id: john@arbash-meinel.com-20050627032021-c9f21fde989ddaee
      Add was using an old mutter

  775 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 22:02:33 -0500
      revision-id: john@arbash-meinel.com-20050627030233-9165cfe98fc63298
      Cleaned up to be less different

  774 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:54:53 -0500
      revision-id: john@arbash-meinel.com-20050627025452-4260d0e744edef43
      Allow BZR_PLUGIN_PATH='' to negate plugin loading.

  773 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:49:34 -0500
      revision-id: john@arbash-meinel.com-20050627024933-b7158f67b7b9eae5
      Finished the previous cleanup (allowing load_plugins to be called twice)

  772 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:45:08 -0500
      revision-id: john@arbash-meinel.com-20050627024508-723b1df510d196fc
      Work on making the tests pass. versioning.py is calling run_cmd directly, but plugins have been loaded.

  771 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:32:29 -0500
      revision-id: john@arbash-meinel.com-20050627023228-79972744d7c53e15
      Got it down a little bit more by removing import of tree and inventory.

  770 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 21:26:05 -0500
      revision-id: john@arbash-meinel.com-20050627022604-350b9773ef622f95
      Reducing the number of import from bzrlib/__init__.py and bzrlib/branch.py

  769 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 20:32:25 -0500
      revision-id: john@arbash-meinel.com-20050627013225-32dd044f10d23948
      Updated revision.py and xml.py to include SubElement.

  768 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 20:03:56 -0500
      revision-id: john@arbash-meinel.com-20050627010356-ee66919e1c377faf
      Minor typo

  767 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 20:03:13 -0500
      revision-id: john@arbash-meinel.com-20050627010312-40d024007eb85051
      Caching the import

  766 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 19:51:47 -0500
      revision-id: john@arbash-meinel.com-20050627005147-5281c99e48ed1834
      Created wrapper functions for lazy import of ElementTree

  765 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 19:46:37 -0500
      revision-id: john@arbash-meinel.com-20050627004636-bf432902004a94c5
      Removed all of the test imports of cElementTree

  764 John Arbash Meinel <john@arbash-meinel.com>       Sun 2005-06-26 19:43:59 -0500
      revision-id: john@arbash-meinel.com-20050627004358-d137fbe9570dd71b
      Trying to make bzr startup faster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
:Author: David Goodger
 
3
:Contact: goodger@users.sourceforge.net
 
4
:date: $Date: 2004/01/28 20:46:38 $
 
5
:version: $Revision: 1.36 $
 
6
:copyright: This stylesheet has been placed in the public domain.
 
7
 
 
8
Default cascading style sheet for the HTML output of Docutils.
 
9
*/
 
10
 
 
11
.first {
 
12
  margin-top: 0 }
 
13
 
 
14
.last {
 
15
  margin-bottom: 0 }
 
16
 
 
17
a.toc-backref {
 
18
  text-decoration: none ;
 
19
  color: black }
 
20
 
 
21
blockquote.epigraph {
 
22
  margin: 2em 5em ; }
 
23
 
 
24
dd {
 
25
  margin-bottom: 0.5em }
 
26
 
 
27
div.abstract {
 
28
  margin: 2em 5em }
 
29
 
 
30
div.abstract p.topic-title {
 
31
  font-weight: bold ;
 
32
  text-align: center }
 
33
 
 
34
div.attention, div.caution, div.danger, div.error, div.hint,
 
35
div.important, div.note, div.tip, div.warning, div.admonition {
 
36
  margin: 2em ;
 
37
  border: medium outset ;
 
38
  padding: 1em }
 
39
 
 
40
div.attention p.admonition-title, div.caution p.admonition-title,
 
41
div.danger p.admonition-title, div.error p.admonition-title,
 
42
div.warning p.admonition-title {
 
43
  color: red ;
 
44
  font-weight: bold ;
 
45
  font-family: sans-serif }
 
46
 
 
47
div.hint p.admonition-title, div.important p.admonition-title,
 
48
div.note p.admonition-title, div.tip p.admonition-title,
 
49
div.admonition p.admonition-title {
 
50
  font-weight: bold ;
 
51
  font-family: sans-serif }
 
52
 
 
53
div.dedication {
 
54
  margin: 2em 5em ;
 
55
  text-align: center ;
 
56
  font-style: italic }
 
57
 
 
58
div.dedication p.topic-title {
 
59
  font-weight: bold ;
 
60
  font-style: normal }
 
61
 
 
62
div.figure {
 
63
  margin-left: 2em }
 
64
 
 
65
div.footer, div.header {
 
66
  font-size: smaller }
 
67
 
 
68
div.sidebar {
 
69
  margin-left: 1em ;
 
70
  border: medium outset ;
 
71
  padding: 0em 1em ;
 
72
  background-color: #ffffee ;
 
73
  width: 40% ;
 
74
  float: right ;
 
75
  clear: right }
 
76
 
 
77
div.sidebar p.rubric {
 
78
  font-family: sans-serif ;
 
79
  font-size: medium }
 
80
 
 
81
div.system-messages {
 
82
  margin: 5em }
 
83
 
 
84
div.system-messages h1 {
 
85
  color: red }
 
86
 
 
87
div.system-message {
 
88
  border: medium outset ;
 
89
  padding: 1em }
 
90
 
 
91
div.system-message p.system-message-title {
 
92
  color: red ;
 
93
  font-weight: bold }
 
94
 
 
95
div.topic {
 
96
  margin: 2em }
 
97
 
 
98
h1.title {
 
99
  text-align: center }
 
100
 
 
101
h2.subtitle {
 
102
  text-align: center }
 
103
 
 
104
hr {
 
105
  width: 75% }
 
106
 
 
107
ol.simple, ul.simple {
 
108
  margin-bottom: 1em }
 
109
 
 
110
ol.arabic {
 
111
  list-style: decimal }
 
112
 
 
113
ol.loweralpha {
 
114
  list-style: lower-alpha }
 
115
 
 
116
ol.upperalpha {
 
117
  list-style: upper-alpha }
 
118
 
 
119
ol.lowerroman {
 
120
  list-style: lower-roman }
 
121
 
 
122
ol.upperroman {
 
123
  list-style: upper-roman }
 
124
 
 
125
p.attribution {
 
126
  text-align: right ;
 
127
  margin-left: 50% }
 
128
 
 
129
p.caption {
 
130
  font-style: italic }
 
131
 
 
132
p.credits {
 
133
  font-style: italic ;
 
134
  font-size: smaller }
 
135
 
 
136
p.label {
 
137
  white-space: nowrap }
 
138
 
 
139
p.rubric {
 
140
  font-weight: bold ;
 
141
  font-size: larger ;
 
142
  color: maroon ;
 
143
  text-align: center }
 
144
 
 
145
p.sidebar-title {
 
146
  font-family: sans-serif ;
 
147
  font-weight: bold ;
 
148
  font-size: larger }
 
149
 
 
150
p.sidebar-subtitle {
 
151
  font-family: sans-serif ;
 
152
  font-weight: bold }
 
153
 
 
154
p.topic-title {
 
155
  font-weight: bold }
 
156
 
 
157
pre.address {
 
158
  margin-bottom: 0 ;
 
159
  margin-top: 0 ;
 
160
  font-family: serif ;
 
161
  font-size: 100% }
 
162
 
 
163
pre.line-block {
 
164
  font-family: serif ;
 
165
  font-size: 100% }
 
166
 
 
167
pre.literal-block, pre.doctest-block {
 
168
  margin-left: 2em ;
 
169
  margin-right: 2em ;
 
170
  background-color: #eeeeee }
 
171
 
 
172
span.classifier {
 
173
  font-family: sans-serif ;
 
174
  font-style: oblique }
 
175
 
 
176
span.classifier-delimiter {
 
177
  font-family: sans-serif ;
 
178
  font-weight: bold }
 
179
 
 
180
span.interpreted {
 
181
  font-family: sans-serif }
 
182
 
 
183
span.option {
 
184
  white-space: nowrap }
 
185
 
 
186
span.option-argument {
 
187
  font-style: italic }
 
188
 
 
189
span.pre {
 
190
  white-space: pre }
 
191
 
 
192
span.problematic {
 
193
  color: red }
 
194
 
 
195
table {
 
196
  margin-top: 0.5em ;
 
197
  margin-bottom: 0.5em }
 
198
 
 
199
table.citation {
 
200
  border-left: solid thin gray ;
 
201
  padding-left: 0.5ex }
 
202
 
 
203
table.docinfo {
 
204
  margin: 2em 4em }
 
205
 
 
206
table.footnote {
 
207
  border-left: solid thin black ;
 
208
  padding-left: 0.5ex }
 
209
 
 
210
td, th {
 
211
  padding-left: 0.5em ;
 
212
  padding-right: 0.5em ;
 
213
  vertical-align: top }
 
214
 
 
215
th.docinfo-name, th.field-name {
 
216
  font-weight: bold ;
 
217
  text-align: left ;
 
218
  white-space: nowrap }
 
219
 
 
220
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
 
221
  font-size: 100% }
 
222
 
 
223
tt {
 
224
  background-color: #eeeeee }
 
225
 
 
226
ul.auto-toc {
 
227
  list-style-type: none }