aboutsummaryrefslogtreecommitdiff
path: root/cmake/Doxygen.extra.css.in
diff options
context:
space:
mode:
authorrfree2monero <rfreemonero@op.pl>2015-04-01 19:23:15 +0200
committerrfree2monero <rfreemonero@op.pl>2015-04-01 19:23:15 +0200
commit2900b1e76cf89c46e5600a6d02a2d75fc2b0bd9a (patch)
treefb24a093bdebc50b029941fa82dcc42a455fb52b /cmake/Doxygen.extra.css.in
parentdoxygen related tool (diff)
downloadmonero-2900b1e76cf89c46e5600a6d02a2d75fc2b0bd9a.tar.xz
doxygen files
Diffstat (limited to 'cmake/Doxygen.extra.css.in')
-rw-r--r--cmake/Doxygen.extra.css.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmake/Doxygen.extra.css.in b/cmake/Doxygen.extra.css.in
new file mode 100644
index 000000000..022974fac
--- /dev/null
+++ b/cmake/Doxygen.extra.css.in
@@ -0,0 +1,14 @@
+/* increase vertical space */
+#titlearea, #nav-path {
+ display: none;
+ height: 0px;
+}
+
+
+/* uncomment these lines for some extra vertical space */
+
+/*
+.tablist li {
+ line-height: 26px;
+}
+*/