summaryrefslogtreecommitdiffstats
path: root/templates/html/doxygen.css
diff options
context:
space:
mode:
authorDennis Allerkamp <git@dennis-allerkamp.de>2016-09-24 13:11:27 (GMT)
committerDennis Allerkamp <git@dennis-allerkamp.de>2016-09-24 13:45:15 (GMT)
commit84017cac3bc9d08aa95a90cf0e44b913c492c939 (patch)
treec766c7e356d9faaf6d0406727b73eb5080ef2a9c /templates/html/doxygen.css
parente12ec76f044b07d4e4fe167c93103be2879abaca (diff)
downloadDoxygen-84017cac3bc9d08aa95a90cf0e44b913c492c939.zip
Doxygen-84017cac3bc9d08aa95a90cf0e44b913c492c939.tar.gz
Doxygen-84017cac3bc9d08aa95a90cf0e44b913c492c939.tar.bz2
New classes for generated HTML div elements.
Dot, Msc and Plantuml have their own classes for the generated div element.
Diffstat (limited to 'templates/html/doxygen.css')
-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;