~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/eunit/doc/stylesheet.css

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* standard EDoc style sheet */
 
2
body {
 
3
        font-family: Verdana, Arial, Helvetica, sans-serif;
 
4
        margin-left: .25in;
 
5
        margin-right: .2in;
 
6
        margin-top: 0.2in;
 
7
        margin-bottom: 0.2in;
 
8
        color: #000000;
 
9
        background-color: #ffffff;
 
10
}
 
11
h1,h2 {
 
12
        margin-left: -0.2in;
 
13
}
 
14
div.navbar {
 
15
        background-color: #add8e6;
 
16
        padding: 0.2em;
 
17
}
 
18
h2.indextitle {
 
19
        padding: 0.4em;
 
20
        background-color: #add8e6;
 
21
}
 
22
h3.function,h3.typedecl {
 
23
        background-color: #add8e6;
 
24
        padding-left: 1em;
 
25
}
 
26
div.spec {
 
27
        margin-left: 2em;
 
28
        background-color: #eeeeee;
 
29
}
 
30
a.module,a.package {
 
31
        text-decoration:none
 
32
}
 
33
a.module:hover,a.package:hover {
 
34
        background-color: #eeeeee;
 
35
}
 
36
ul.definitions {
 
37
        list-style-type: none;
 
38
}
 
39
ul.index {
 
40
        list-style-type: none;
 
41
        background-color: #eeeeee;
 
42
}
 
43
 
 
44
/*
 
45
 * Minor style tweaks
 
46
 */
 
47
ul {
 
48
        list-style-type: square;
 
49
}
 
50
table {
 
51
        border-collapse: collapse;
 
52
}
 
53
td {
 
54
        padding: 3
 
55
}