diff options
Diffstat (limited to 'templates/html/doxygen.css')
-rw-r--r-- | templates/html/doxygen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 256c56b..6a6f1c8 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -1211,6 +1211,11 @@ dl.section dd { text-align: center; } +.plantumlgraph +{ + text-align: center; +} + .diagraph { text-align: center; |