summaryrefslogtreecommitdiffstats
path: root/src/navtree.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/navtree.css')
-rw-r--r--src/navtree.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/navtree.css b/src/navtree.css
index 435168a..eb2aa70 100644
--- a/src/navtree.css
+++ b/src/navtree.css
@@ -43,6 +43,7 @@
#nav-tree .label {
margin:0px;
padding:0px;
+ font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
}
#nav-tree .label a {
@@ -119,6 +120,21 @@
-webkit-overflow-scrolling : touch; /* iOS 5+ */
}
+#nav-sync {
+ position:absolute;
+ top:5px;
+ right:24px;
+ z-index:0;
+}
+
+#nav-sync img {
+ opacity:0.3;
+}
+
+#nav-sync img:hover {
+ opacity:0.9;
+}
+
@media print
{
#nav-tree { display: none; }