Skip to content

Commit

Permalink
give the first red menu item a top border
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Jan 21, 2015
1 parent 1b0cecf commit 9edb794
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/cssmenu.css.dd
Expand Up @@ -87,9 +87,13 @@ Ddoc
background: url(../images/pattern.png) top left repeat;
color: $(menu_a);
border: 1px solid $(menu_a_border);
border-top: none;
border-top-style: none;
text-shadow: 0 -1px 1px $(menu_a_shadow);
}
#cssmenu > ul > li:first-child + li a /* the first red item */
{
border-top-style: solid;
}
#cssmenu > ul > li > a > span {
display: block;
padding: 12px 10px;
Expand Down

0 comments on commit 9edb794

Please sign in to comment.