From 86983fa1ffb2a06635dc6a78b90e3e76637b7b55 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 5 Jan 2013 21:25:41 +0100 Subject: Update the overview page to reflect the new organisation --- doc/eigendoxy.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'doc/eigendoxy.css') diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css index cdeea03aa..9efb30308 100644 --- a/doc/eigendoxy.css +++ b/doc/eigendoxy.css @@ -1,5 +1,20 @@ + /******** Eigen specific CSS code ************/ +/**** Styles removing elements ****/ + +/* remove the "modules|classes" link for module pages (they are already in the TOC) */ +div.summary { + display:none; +} + +/* remove */ +div.contents hr { + display:none; +} + +/**** ****/ + /* limits the width of paragraphs */ p, dl.warning, dl.attention, dl.note { @@ -22,10 +37,7 @@ pre.fragment { padding: 3px 5px 3px 5px; } -/* remove the "modules|classes" link for module pages (they are already in the TOC) */ -div.summary { - display:none; -} + /* Common style for all Eigen's tables */ -- cgit v1.2.3