Skip to content

Commit 61fe16a

Browse files
committed
Check in WIP documentation site files
1 parent 3a224a0 commit 61fe16a

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

doc/edoc-info

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
%% encoding: UTF-8
2+
{application,eflambe}.
3+
{modules,[eflambe,eflambe_app,eflambe_brendan_gregg,eflambe_output_formatter,
4+
eflambe_plain,eflambe_server,eflambe_sup,eflambe_tracer]}.

doc/stylesheet.css

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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 {
31+
text-decoration:none
32+
}
33+
a.module: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+
}

0 commit comments

Comments
 (0)