Use border-left to make sub-menus clearer in duck's theme

This commit is contained in:
str4d
2012-12-28 13:21:24 +00:00
parent eb79c49ca0
commit a23e05727d

View File

@ -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;*/