summaryrefslogtreecommitdiff
path: root/doc/lrexlib.css
diff options
context:
space:
mode:
authorshmuz <shmuz>2007-01-02 18:37:08 +0000
committershmuz <shmuz>2007-01-02 18:37:08 +0000
commit9e823564ff05b746b0d0727cb1b834527e6e3860 (patch)
treeadc0147793d5a349f8eb5bafbae6778a9d4f29fc /doc/lrexlib.css
parent833ee9cca1f964cb8ee392f97e9784ae3c65fbfb (diff)
downloadlrexlib-9e823564ff05b746b0d0727cb1b834527e6e3860.tar.gz
lots of changes: see December-2006 records in ChangeLog
Diffstat (limited to 'doc/lrexlib.css')
-rwxr-xr-xdoc/lrexlib.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/doc/lrexlib.css b/doc/lrexlib.css
index 3aa836d..98f7565 100755
--- a/doc/lrexlib.css
+++ b/doc/lrexlib.css
@@ -9,8 +9,25 @@
@import url(html4css1.css);
hr.docutils {
- width: 100% }
+ width: 100%
+}
.funcdef {
font-weight: bold ;
- font-size: 100% }
+ font-size: 100%
+}
+
+body {
+ margin-left: 1em ;
+ margin-right: 1em ;
+ font-family: "Verdana", sans-serif ;
+}
+
+table {
+ border-spacing: 0;
+}
+
+tr {
+ margin: 0;
+ padding: 0;
+}