Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisfromredfin/39374262fda0b276bf9ccf38c00504d4 to your computer and use it in GitHub Desktop.
Save chrisfromredfin/39374262fda0b276bf9ccf38c00504d4 to your computer and use it in GitHub Desktop.
CSS for Santizing Drupal's $tabs
ul.primary { border-bottom: 0; white-space: normal; line-height: 1.6em; padding: 0; margin: 0 }
ul.primary li a { border-style: solid; white-space: nowrap; margin-right: .1em; }
ul.primary li.active a { border-bottom: 1px solid #bbb; }
ul.primary li a:hover { border-bottom-color: #ccc; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment