diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-10-04 19:49:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 19:49:01 (GMT) |
commit | 8074d26746e58056b8aa1444439368b038f1dcd7 (patch) | |
tree | 2cf2529883bb10360b7570532a13b6bb274bd43b /templates/html/doxygen.css | |
parent | 5f6ab79b8388054c26facc7fbea1d089451c87fd (diff) | |
parent | 84017cac3bc9d08aa95a90cf0e44b913c492c939 (diff) | |
download | Doxygen-8074d26746e58056b8aa1444439368b038f1dcd7.zip Doxygen-8074d26746e58056b8aa1444439368b038f1dcd7.tar.gz Doxygen-8074d26746e58056b8aa1444439368b038f1dcd7.tar.bz2 |
Merge pull request #529 from dallerk/plantuml_css
New classes for generated HTML div elements.
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; |