Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created September 3, 2011 05:39
Show Gist options
  • Save BlakeWilliams/1190643 to your computer and use it in GitHub Desktop.
Save BlakeWilliams/1190643 to your computer and use it in GitHub Desktop.
nav#top {
height: 38px;
width: 100%;
background: url(/assets/header.png);
border: 1px solid #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom-radius: 5px;
ul {
height: 100%;
margin-left: 0;
padding: 0 10px;
li {
line-height: 38px;
font-size: 16px;
display: inline;
padding-right: 15px;
a {
color: #fff;
text-decoration: none;
padding: 3px 5px;
&:hover {
background-color: #4f4f4f;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-bottom-radius: 4px;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment