Skip to content

Instantly share code, notes, and snippets.

@bmoredrew
Created May 17, 2013 03:05
Show Gist options
  • Save bmoredrew/5596655 to your computer and use it in GitHub Desktop.
Save bmoredrew/5596655 to your computer and use it in GitHub Desktop.
#header #nav li ul {
width: 200px;
padding: 0;
background: #fff;
margin: 0;
top: 32px;
line-height: 1.0;
/* border and top image */
-moz-border-image:url("nav-top.png") 30 30 round;
-webkit-border-image:url("nav-top.png") 30 30 round;
-o-border-image:url("nav-top.png") 30 30 round;
border-image:url('/images/nav-top.png') 30 30 round;
border-top: none;
border-bottom:0;
border-left:0;
border-right:0;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment