mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Update the overview page to reflect the new organisation
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user