File: lrexlib.css

package info (click to toggle)
lua-rexlib 2.7.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: ansic: 3,251; makefile: 44
file content (33 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (8)
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;
}