aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-13 17:59:42 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-13 17:59:42 +0100
commit624902f559b36a0e1cef05126282dec1c848a8df (patch)
treede51fe59089620fabdc83f223363c77e9b662989 /doc/eigendoxy.css
parentc0b2aa0acef071385f085ad2a011cc748a8d5541 (diff)
Enabled class diagrams (requires dot, i.e. graphviz).
Adapted the style sheet in order to center class diagrams.
Diffstat (limited to 'doc/eigendoxy.css')
-rw-r--r--doc/eigendoxy.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/eigendoxy.css b/doc/eigendoxy.css
index f6a8b8040..4cc395518 100644
--- a/doc/eigendoxy.css
+++ b/doc/eigendoxy.css
@@ -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;