Doc presentation:

- remove the "modules|classes" link for module pages (they are already in the TOC)
 - fine tune the TOC css
This commit is contained in:
Gael Guennebaud 2013-01-05 17:14:14 +01:00
parent 93ee82b1fd
commit 2de69c2f26

View File

@ -22,6 +22,11 @@ pre.fragment {
padding: 3px 5px 3px 5px; 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 */ /* Common style for all Eigen's tables */
table.example, table.manual, table.manual-vl { table.example, table.manual, table.manual-vl {
@ -124,22 +129,25 @@ h2 {
/**** Table of content in the side-nav ****/ /**** Table of content in the side-nav ****/
div.toc { div.toc {
margin:0; margin:0;
padding:0; padding: 0.3em 0 0 0;
width:100%; width:100%;
float:none; float:none;
position:absolute; position:absolute;
bottom:0; bottom:0;
border-radius:0px; border-radius:0px;
border-style: solid none none none;
} }
div.toc h3 { div.toc h3 {
margin-left: 0.5em; margin-left: 0.5em;
margin-bottom: 0.2em;
} }
div.toc ul { div.toc ul {
margin-left: 0.5em; margin: 0.2em 0 0.4em 0.5em;
} }
/**** old Eigen's styles ****/ /**** old Eigen's styles ****/