summaryrefslogtreecommitdiffstats
path: root/src/navtree_css.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-07-12 15:32:41 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-07-12 15:32:41 (GMT)
commit52445a98210e9aa50b3fd4bb36995e117539e490 (patch)
tree84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/navtree_css.h
parent0ce3aea886f4e95da56d164b3944fd54d3d68f89 (diff)
downloadDoxygen-52445a98210e9aa50b3fd4bb36995e117539e490.zip
Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.gz
Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.bz2
Release-1.8.1.2
Diffstat (limited to 'src/navtree_css.h')
-rw-r--r--src/navtree_css.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/navtree_css.h b/src/navtree_css.h
index 99bcb24..00a889f 100644
--- a/src/navtree_css.h
+++ b/src/navtree_css.h
@@ -43,6 +43,7 @@
"#nav-tree .label {\n"
" margin:0px;\n"
" padding:0px;\n"
+" font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;\n"
"}\n"
"\n"
"#nav-tree .label a {\n"
@@ -119,6 +120,21 @@
" -webkit-overflow-scrolling : touch; /* iOS 5+ */\n"
"}\n"
"\n"
+"#nav-sync {\n"
+" position:absolute;\n"
+" top:5px;\n"
+" right:24px;\n"
+" z-index:0;\n"
+"}\n"
+"\n"
+"#nav-sync img {\n"
+" opacity:0.3;\n"
+"}\n"
+"\n"
+"#nav-sync img:hover {\n"
+" opacity:0.9;\n"
+"}\n"
+"\n"
"@media print\n"
"{\n"
" #nav-tree { display: none; }\n"