From 6825c8dd6ba8bdbc2b34dda832e5a91a7c382676 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 1 Sep 2008 06:33:19 +0000 Subject: QTransform conversion and doc --- doc/eigendoxy.css | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'doc/eigendoxy.css') diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css index 1e20503c5..cd7e97868 100644 --- a/doc/eigendoxy.css +++ b/doc/eigendoxy.css @@ -461,6 +461,23 @@ DIV.navigation { padding-top : 5px; } +img { + border: 0; +} +table { + border-collapse: collapse; + border-style: none; + font-size: 1em; +} +th { + text-align: left; + padding-right: 1em; +/* border: #cccccc dashed; */ +/* border-style: dashed; */ +/* border-width: 0 0 3px 0; */ +} + + TABLE.noborder { border-bottom-style : none; border-left-style : none; @@ -480,22 +497,18 @@ TABLE.noborder TD { vertical-align: top; } -TABLE.tutorial_code { - border-bottom-style : none; - border-left-style : dashed; - border-right-style : dashed; - border-top-style : dashed ; - border-spacing : 0px 0px; +table.tutorial_code { + border-collapse: collapse; empty-cells : show; margin: 4pt 0 0 0; padding: 0 0 0 0; } -TABLE.tutorial_code TD { - border-bottom-style : dashed; - border-left-style : none; - border-right-style : none; - border-top-style : none; - border-spacing : 0px 0px; +table.tutorial_code tr { + border-style: none dashed none dashed; + border-width: 1px; +} +table.tutorial_code td { + border-style: dashed none dashed none; empty-cells : show; margin: 0 0 0 0; padding: 2pt 5pt 2pt 5pt; -- cgit v1.2.3