Skip to content

Instantly share code, notes, and snippets.

@pinscript
Created August 19, 2011 10:59
Show Gist options
  • Save pinscript/1156575 to your computer and use it in GitHub Desktop.
Save pinscript/1156575 to your computer and use it in GitHub Desktop.
ul {
list-style: none outside none;
margin: 0 0 15px;
padding: 0;
}
ul li {
-moz-user-select: none;
background: -moz-linear-gradient(center top , #F7F7F7, #E1E1E1) repeat scroll 0 0 transparent;
color: #333333;
float: left;
margin-left: 5px;
padding: 10px;
text-shadow: 0 1px 0 #FFFFFF;
}
ul li .title {
font-size: 14px;
}
ul li .description {
display: block;
}
ul li.active {
background: -moz-linear-gradient(center top , #1AB000, #169300) repeat scroll 0 0 transparent;
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment