~ubuntu-branches/ubuntu/wily/libuser/wily

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Habouzit
  • Date: 2006-09-03 21:58:15 UTC
  • mto: (2.1.1 edgy) (1.1.5 upstream) (3.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060903215815-rtvvfzhaer8ymyp4
Tags: upstream-0.54.6-2.1.dfsg.1
ImportĀ upstreamĀ versionĀ 0.54.6-2.1.dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
{
20
20
  vertical-align: top;
21
21
}
22
 
table.navigation 
 
22
div a[name]
 
23
{
 
24
  position: relative;
 
25
  top: -4.5em;
 
26
}
 
27
table.navigation#top
23
28
{
24
29
  background: #ffeeee;
25
30
  border: solid 1px #ffaaaa;
26
 
  margin-top: 0.5em;
27
 
  margin-bottom: 0.5em;
 
31
  margin-top: 0;
 
32
  margin-bottom: 0;
 
33
  position: fixed;
 
34
  top: 0;
 
35
  left: 0;
 
36
  height: 2em;
 
37
  z-index: 1;
28
38
}
29
39
.navigation a 
30
40
{
38
48
{
39
49
  font-size: 200%;
40
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
}
41
63
div.refnamediv 
42
64
{
43
65
  margin-top: 2em;