Skip to content

Instantly share code, notes, and snippets.

@vocino
Created September 8, 2010 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vocino/570939 to your computer and use it in GitHub Desktop.
Save vocino/570939 to your computer and use it in GitHub Desktop.
.main_menu {
text-align: center;
margin: 0 0 30px;
}
.main_menu ul {
margin: 0;
padding: 0;
}
.main_menu ul li {
display: inline-block;
height: 76px;
line-height: 78px;
font-size: 125%;
padding: 0 50px;
}
.main_menu ul li.menu_left {
background: url(file://localhost/Users/Travis/Sites/Client%20Work/imaneed/images/menu_div.png) no-repeat left;
}
.main_menu ul li.menu_right {
background: url(file://localhost/Users/Travis/Sites/Client%20Work/imaneed/images/menu_div.png) no-repeat right;
}
.main_menu ul li.menu_active {
background: #f3f3f3 url(file://localhost/Users/Travis/Sites/Client%20Work/imaneed/images/menu_active.png) repeat-x center top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment