mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Enabled class diagrams (requires dot, i.e. graphviz).
Adapted the style sheet in order to center class diagrams.
This commit is contained in:
@@ -19,6 +19,15 @@ H3 {
|
||||
CAPTION {
|
||||
font-weight: bold
|
||||
}
|
||||
DIV.center {
|
||||
text-align: center;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
DIV.center img {
|
||||
border: 0px;
|
||||
}
|
||||
DIV.qindex {
|
||||
width: 100%;
|
||||
background-color: #e8eef2;
|
||||
|
||||
Reference in New Issue
Block a user