diff options
author | rrt <rrt> | 2007-03-18 17:54:54 +0000 |
---|---|---|
committer | rrt <rrt> | 2007-03-18 17:54:54 +0000 |
commit | e3da6d6f6e6af4829dabe43c58c3b89504c5f4c1 (patch) | |
tree | 158b6a7d6f4d0e77b8f106265d2d1b8e657a2a16 /doc | |
parent | 382bec4916b16c48f2515c4f302a6c6f77a5411b (diff) | |
download | lrexlib-e3da6d6f6e6af4829dabe43c58c3b89504c5f4c1.tar.gz |
Make the table borders more like publication-quality
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lrexlib.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/lrexlib.css b/doc/lrexlib.css index 98f7565..0470264 100755 --- a/doc/lrexlib.css +++ b/doc/lrexlib.css @@ -24,10 +24,25 @@ body { } table { - border-spacing: 0; + border: 0; + border-spacing: 0 ; + border-top: hidden ; +} + +th { + border-bottom: solid ; + border-left: none ; + border-right: none ; + margin: 0 ; + padding: 0 ; } tr { margin: 0; padding: 0; } + +td { + border: 0 ; + border-style: none ; +} |