~ubuntu-branches/ubuntu/oneiric/dbus-glib/oneiric-updates

« back to all changes in this revision

Viewing changes to doc/reference/html/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-01 10:51:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061101105101-2dbr969h8k05n1b2
Tags: 0.72-0ubuntu1
* Sync with pkg-utopia SVN. This is infact 0.72-1 which sits in NEW
* New upstream release
* debian/control:
  + Require libdbus-1-dev (>= 0.94) and libglib2.0-dev (>= 2.6)
  + Add build dependency on gtk-doc-tools (>= 1.4)
* debian/control,
  debian/libdbus-glib-1-doc.install:
  + Add libdbus-glib-1-doc package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.synopsis, .classsynopsis 
 
2
{
 
3
  background: #eeeeee;
 
4
  border: solid 1px #aaaaaa;
 
5
  padding: 0.5em;
 
6
}
 
7
.programlisting 
 
8
{
 
9
  background: #eeeeff;
 
10
  border: solid 1px #aaaaff;
 
11
  padding: 0.5em;
 
12
}
 
13
.variablelist 
 
14
{
 
15
  padding: 4px;
 
16
  margin-left: 3em;
 
17
}
 
18
.variablelist td:first-child
 
19
{
 
20
  vertical-align: top;
 
21
}
 
22
div a[name]
 
23
{
 
24
  position: relative;
 
25
  top: -4.5em;
 
26
}
 
27
table.navigation#top
 
28
{
 
29
  background: #ffeeee;
 
30
  border: solid 1px #ffaaaa;
 
31
  margin-top: 0;
 
32
  margin-bottom: 0;
 
33
  position: fixed;
 
34
  top: 0;
 
35
  left: 0;
 
36
  height: 2em;
 
37
  z-index: 1;
 
38
}
 
39
.navigation a 
 
40
{
 
41
  color: #770000;
 
42
}
 
43
.navigation a:visited 
 
44
{
 
45
  color: #550000;
 
46
}
 
47
.navigation .title 
 
48
{
 
49
  font-size: 200%;
 
50
}
 
51
td.shortcuts
 
52
{
 
53
  color: #770000;
 
54
  font-size: 80%;
 
55
}
 
56
 
 
57
div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1
 
58
{
 
59
  position: relative;
 
60
  top: 3em;
 
61
  z-index: 0;
 
62
}
 
63
div.refnamediv 
 
64
{
 
65
  margin-top: 2em;
 
66
}
 
67
div.gallery-float 
 
68
{
 
69
  float: left;
 
70
  padding: 10px;
 
71
}
 
72
div.gallery-float img 
 
73
{
 
74
  border-style: none;
 
75
}
 
76
div.gallery-spacer 
 
77
{
 
78
  clear: both;
 
79
}
 
80
a
 
81
{
 
82
  text-decoration: none;
 
83
}
 
84
a:hover
 
85
{
 
86
  text-decoration: underline;
 
87
  color: #FF0000;
 
88
}