summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-10-04 19:49:01 (GMT)
committerGitHub <noreply@github.com>2016-10-04 19:49:01 (GMT)
commit8074d26746e58056b8aa1444439368b038f1dcd7 (patch)
tree2cf2529883bb10360b7570532a13b6bb274bd43b /templates
parent5f6ab79b8388054c26facc7fbea1d089451c87fd (diff)
parent84017cac3bc9d08aa95a90cf0e44b913c492c939 (diff)
downloadDoxygen-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')
-rw-r--r--templates/html/doxygen.css5
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;