Enabled class diagrams (requires dot, i.e. graphviz).

Adapted the style sheet in order to center class diagrams.
This commit is contained in:
Hauke Heibel
2010-01-13 17:59:42 +01:00
parent c0b2aa0ace
commit 624902f559
2 changed files with 18 additions and 9 deletions

View File

@@ -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;