Skip to content

Instantly share code, notes, and snippets.

@esteinborn
Created August 2, 2013 19:17
Show Gist options
  • Save esteinborn/6142595 to your computer and use it in GitHub Desktop.
Save esteinborn/6142595 to your computer and use it in GitHub Desktop.
drupal tab love from Adam
ul.primary {
list-style: none;
margin: 5px;
height: auto;
border: none;
padding: 0 0 0 1em;
line-height: normal;
}
ul.primary li {
border: none;
}
ul.primary li a {
background-color: #EDEFF1;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: none;
display:inline-block;
color: #444444;
font-family: inherit;
font-weight: normal;
padding: 6px 13px;
text-decoration:none;
display: inline-block;
line-height: 15px;
margin: 0px 5px 5px 0px;
}
ul.primary li.active a {
position:relative;
background-color:#3498db;
border: none;
color:#ffffff;
}
ul.primary li a:hover {
background-color:#3498db;
color:#ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment