summaryrefslogtreecommitdiff
path: root/doc/lrexlib.css
blob: 98f756547e1d2bbb4bef459c7cd261ffe836f29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
:Author: Shmuel Zeigerman
:Contact: shmuz at actcom co il
:Copyright: This stylesheet has been placed in the public domain.

[Optionally place a description here.]
*/

@import url(html4css1.css);

hr.docutils {
  width: 100%
}

.funcdef {
  font-weight: bold ;
  font-size: 100%
}

body { 
    margin-left: 1em ; 
    margin-right: 1em ; 
    font-family: "Verdana", sans-serif ;
}

table {
  border-spacing: 0;
}

tr {
  margin: 0;
  padding: 0;
}