34 lines
452 B
CSS
Executable File
34 lines
452 B
CSS
Executable File
/*
|
|
: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;
|
|
}
|