From eb79c49ca0fb434bebcd06c12c1601568d3f6fa2 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Fri, 28 Dec 2012 13:05:34 +0000
Subject: [PATCH] Make the sub-menus more obvious in duck's theme

---
 i2p2www/static/styles/duck.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css
index 99fef37c5..ef23575c3 100644
--- a/i2p2www/static/styles/duck.css
+++ b/i2p2www/static/styles/duck.css
@@ -169,6 +169,9 @@ menu ul,
 #cssmenu .has-sub ul li {
   *margin-bottom: -1px;
 }
+#cssmenu .has-sub ul li.has-sub {
+  border-right: 5px solid #4B9C31
+}
 #cssmenu .has-sub ul li a {
   /*background: #0fa1e0;*/
   /*border-bottom: 1px dotted #6fc7ec;*/
@@ -192,6 +195,7 @@ menu ul,
   position: absolute;
   left: 100%;
   top: 0;
+  margin-left: 5px;
 }
 #cssmenu .has-sub .has-sub ul li a {
   /*background: #0c7fb0;
-- 
GitLab