aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-10-17 11:20:46 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-10-17 11:20:46 +0000
commit727dfa1c439d02c712537bd19d891b1f0b23aa88 (patch)
treeb67bb6e6890bb3e4b8379d18b7906626d07f8260 /doc/eigendoxy.css
parente747b338eec21cf1de664d257f0420485fd8e330 (diff)
fix some documentation issues
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index cd7e97868..f6a8b8040 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -479,6 +479,7 @@ th {
TABLE.noborder {
+ border-collapse: separate;
border-bottom-style : none;
border-left-style : none;
border-right-style : none;
@@ -499,16 +500,22 @@ TABLE.noborder TD {
table.tutorial_code {
border-collapse: collapse;
- empty-cells : show;
+ border-width: 1px;
+ border-style: dotted;
+ border-color: #888888;
+ empty-cells : hide;
margin: 4pt 0 0 0;
padding: 0 0 0 0;
}
table.tutorial_code tr {
- border-style: none dashed none dashed;
+ border-style: dashed;
border-width: 1px;
+ border-color: #888888;
}
table.tutorial_code td {
- border-style: dashed none dashed none;
+ border-style: none dotted none dotted;
+ border-width: 0 1px 0 1px;
+ border-color: transparent;
empty-cells : show;
margin: 0 0 0 0;
padding: 2pt 5pt 2pt 5pt;