summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrrt <rrt>2007-03-18 17:54:54 +0000
committerrrt <rrt>2007-03-18 17:54:54 +0000
commite3da6d6f6e6af4829dabe43c58c3b89504c5f4c1 (patch)
tree158b6a7d6f4d0e77b8f106265d2d1b8e657a2a16 /doc
parent382bec4916b16c48f2515c4f302a6c6f77a5411b (diff)
downloadlrexlib-e3da6d6f6e6af4829dabe43c58c3b89504c5f4c1.tar.gz
Make the table borders more like publication-quality
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lrexlib.css17
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 ;
+}