summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-05-05 16:23:22 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2010-05-05 16:23:22 +0000
commitbc2e5a29e2ff2cb70b79c63b76d74ef5a3c493ce (patch)
treece42b889d609f45335c6b4e8a869b4792e7d044a
parent879945c91b499bd0a24c29f7b218f22501802dbf (diff)
Menu-Highlighting
git-svn-id: https://svn.neo-layout.org@2305 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--www/neo.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/neo.html b/www/neo.html
index 665f33e..c5601cc 100644
--- a/www/neo.html
+++ b/www/neo.html
@@ -53,6 +53,9 @@
#content img.ebenen {margin:1em 0 0 0} /*kein Standard-Margin für die Bilder*/
-->
+ .wiki-toc li {padding:0 0.3em;}
+.wiki-toc li :link:hover, :visited:hover { background-color:transparent; color: black }
+.wiki-toc li:hover { background-color:orange; color: black }
</style>
</head>