summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-09-03 13:55:18 +0200
committerDaniel Elstner <danielk@openismus.com>2009-09-03 13:55:18 +0200
commit01695da9518c0f79a9082b28fffc2d6094070079 (patch)
treecfd3b9d4640e3e17809d1bf2254986e2dc231be1 /util
parent59e11eb41e5ef860cd5bb12131fab601583f1624 (diff)
downloadmm-common-01695da9518c0f79a9082b28fffc2d6094070079.tar.gz
Hide the navigation path generated by Doxygen
* util/doxygen.css (.navpath): Set 'display' to 'none'.
Diffstat (limited to 'util')
-rw-r--r--util/doxygen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/doxygen.css b/util/doxygen.css
index 12227d5..b670720 100644
--- a/util/doxygen.css
+++ b/util/doxygen.css
@@ -42,6 +42,10 @@ h1 + h3 {
text-align: center;
}
+.navpath {
+ display: none;
+}
+
caption {
font-weight: bold;
}