~ubuntu-branches/ubuntu/maverick/gnome-session/maverick

« back to all changes in this revision

Viewing changes to doc/dbus/docbook.css

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-04-14 19:24:09 UTC
  • mto: (1.3.1 upstream) (2.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: james.westby@ubuntu.com-20090414192409-koxw9bt1lf1zr01z
ImportĀ upstreamĀ versionĀ 2.26.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body
 
2
{
 
3
  font-family: sans-serif;
 
4
}
 
5
h1.title
 
6
{
 
7
}
 
8
.permission
 
9
{
 
10
  color: #ee0000;
 
11
  text-decoration: underline;
 
12
}
 
13
.synopsis, .classsynopsis
 
14
{
 
15
  background: #eeeeee;
 
16
  border: solid 1px #aaaaaa;
 
17
  padding: 0.5em;
 
18
}
 
19
.programlisting
 
20
{
 
21
  background: #eeeeff;
 
22
  border: solid 1px #aaaaff;
 
23
  padding: 0.5em;
 
24
}
 
25
.variablelist
 
26
{
 
27
  padding: 4px;
 
28
  margin-left: 3em;
 
29
}
 
30
.variablelist td:first-child
 
31
{
 
32
  vertical-align: top;
 
33
}
 
34
td.shortcuts
 
35
{
 
36
  color: #770000;
 
37
  font-size: 80%;
 
38
}
 
39
div.refnamediv
 
40
{
 
41
  margin-top: 2em;
 
42
}
 
43
div.toc
 
44
{
 
45
  border: 2em;
 
46
}
 
47
a
 
48
{
 
49
  text-decoration: none;
 
50
}
 
51
a:hover
 
52
{
 
53
  text-decoration: underline;
 
54
  color: #FF0000;
 
55
}
 
56
 
 
57
div.table table
 
58
{
 
59
  border-collapse: collapse;
 
60
  border-spacing: 0px;
 
61
  border-style: solid;
 
62
  border-color: #777777;
 
63
  border-width: 1px;
 
64
}
 
65
 
 
66
div.table table td, div.table table th
 
67
{
 
68
  border-style: solid;
 
69
  border-color: #777777;
 
70
  border-width: 1px;
 
71
  padding: 3px;
 
72
  vertical-align: top;
 
73
}
 
74
 
 
75
div.table table th
 
76
{
 
77
  background-color: #eeeeee;
 
78
}