aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-01-05 17:14:14 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-01-05 17:14:14 +0100
commit2de69c2f269b66dfa11acab50bc1df079a7f1c4f (patch)
tree6f7aa41db37757e0bbeb0140002a861ea3e531b7 /doc/eigendoxy.css
parent93ee82b1fda6d395d1f70d7fb767b5dceaf4ca29 (diff)
Doc presentation:
- remove the "modules|classes" link for module pages (they are already in the TOC) - fine tune the TOC css
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index eedbc4a0d..cdeea03aa 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -22,6 +22,11 @@ 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 */
table.example, table.manual, table.manual-vl {
@@ -124,22 +129,25 @@ h2 {
/**** Table of content in the side-nav ****/
+
div.toc {
margin:0;
- padding:0;
+ padding: 0.3em 0 0 0;
width:100%;
float:none;
position:absolute;
bottom:0;
border-radius:0px;
+ border-style: solid none none none;
}
div.toc h3 {
margin-left: 0.5em;
+ margin-bottom: 0.2em;
}
div.toc ul {
- margin-left: 0.5em;
+ margin: 0.2em 0 0.4em 0.5em;
}
/**** old Eigen's styles ****/