aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-01-05 21:25:41 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-01-05 21:25:41 +0100
commit86983fa1ffb2a06635dc6a78b90e3e76637b7b55 (patch)
tree08607f3cacd2cc4374a81be2c6f9ea5644243b88 /doc/eigendoxy.css
parent2de69c2f269b66dfa11acab50bc1df079a7f1c4f (diff)
Update the overview page to reflect the new organisation
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css20
1 files changed, 16 insertions, 4 deletions
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 */