Update the overview page to reflect the new organisation

This commit is contained in:
Gael Guennebaud
2013-01-05 21:25:41 +01:00
parent 2de69c2f26
commit 86983fa1ff
2 changed files with 31 additions and 49 deletions

View File

@@ -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 */