From a23e05727d409d677525cfe62c8af1c39516ac8e Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 28 Dec 2012 13:21:24 +0000 Subject: [PATCH] Use border-left to make sub-menus clearer in duck's theme --- i2p2www/static/styles/duck.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index ef23575c3..861b5f01d 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -167,7 +167,8 @@ menu ul, left: 0; } #cssmenu .has-sub ul li { - *margin-bottom: -1px; + border-left: 1px solid #ffffcc; + /*margin-bottom: -1px;*/ } #cssmenu .has-sub ul li.has-sub { border-right: 5px solid #4B9C31 @@ -197,6 +198,9 @@ menu ul, top: 0; margin-left: 5px; } +#cssmenu .has-sub .has-sub ul li:first-child { + border-left: none; +} #cssmenu .has-sub .has-sub ul li a { /*background: #0c7fb0; border-bottom: 1px dotted #6db2d0;*/ -- GitLab