~ubuntu-branches/ubuntu/quantal/xarchiver/quantal

« back to all changes in this revision

Viewing changes to doc/html/xarchiver.css

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-19 10:51:00 UTC
  • mfrom: (1.1.9 upstream) (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090319105100-vaivcmrm3zdqqhcs
Tags: 1:0.5.2+20090319+dfsg-1
* Adding lha to suggests (Closes: #512685).
* Updating standards version to 3.8.1.
* Adding upstream target in rules.
* Adding intltool to build-depends.
* Merging upstream version 0.5.2+20090319+dfsg:
  - fixes segment violation (Closes: #517488).
* Rediffing mime-types.patch.
* Updating mime file.
* Calling desktop debhelper in rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body address
 
2
{
 
3
  line-height: 1.3;
 
4
  margin: .6em 0;
 
5
}
 
6
 
 
7
body blockquote
 
8
{
 
9
  margin-top: .75em;
 
10
  line-height: 1.5;
 
11
  margin-bottom: .75em;
 
12
}
 
13
 
 
14
html body
 
15
{
 
16
  margin: 1em 2% 1em 2%;
 
17
  line-height: 1.2;
 
18
  background-color: #ffffff;
 
19
}
 
20
 
 
21
body pre
 
22
{
 
23
  margin: .75em 0;
 
24
  line-height: 1.3;
 
25
  color: #4f3f3f;
 
26
  font-weight: bold;
 
27
}
 
28
 
 
29
body div
 
30
{
 
31
  margin: 0;
 
32
}
 
33
 
 
34
dl
 
35
{
 
36
  margin: .4em 0;
 
37
  line-height: 1.2;
 
38
}
 
39
 
 
40
.legalnotice
 
41
{
 
42
  font-size: small;
 
43
}
 
44
 
 
45
h1,h2,h3,h4,h5,h6,
 
46
div.example p b,
 
47
.question,
 
48
div.table p b,
 
49
div.procedure p b
 
50
{
 
51
  color: #990000;
 
52
}
 
53
 
 
54
.option
 
55
{
 
56
  color: #0000ca;
 
57
  font-weight: bold;
 
58
}
 
59
 
 
60
.parameter
 
61
{
 
62
  color: #007a00;
 
63
  font-weight: bold;
 
64
}
 
65
 
 
66
a
 
67
{
 
68
  color: #000000;
 
69
}
 
70
 
 
71
a:hover
 
72
{
 
73
  color: #3c3c3c;
 
74
  border-bottom: 1px solid #dc0000;
 
75
}
 
76
 
 
77
hr
 
78
{
 
79
  background-color: #9c9c9c;
 
80
  border-style: none;
 
81
  height: 1px;
 
82
}
 
83
 
 
84
li
 
85
{
 
86
  list-style-type: square;
 
87
}
 
88
 
 
89
.programlisting, .screen
 
90
{
 
91
  background-color: #F8F9FD;
 
92
  border-color: #907777;
 
93
  border-width: 1px;
 
94
  border-style: solid;
 
95
  padding: 0.5em;
 
96
}
 
97