Skip to content

Instantly share code, notes, and snippets.

@justinfrench
Forked from jacquescrocker/better.sass
Created October 27, 2010 21:05
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 justinfrench/649994 to your computer and use it in GitHub Desktop.
Save justinfrench/649994 to your computer and use it in GitHub Desktop.
/* Main navigation elements.
-------------------------------------------------------------- */
#Nav {height:45px;background:transparent}
#Nav ul {list-style:none;margin:10px 0 0 7px}
#Nav ul li {display:inline}
#Nav ul li a {list-style-type:none;display:inline-block;padding:10px 20px;color:#a1a1a1;background:#f4f4f4;border:1px solid #d1d1d1;text-transform:uppercase;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-box-shadow:0 1px 3px #f1f1f1;-webkit-box-shadow:0 1px 3px #f1f1f1}
/*
Pretty boring example to roll with, but it'll do for now
*/
.nav {...}
.tabs {...}
.tab {...}
.tab a {...}
/*
Full explanation of the process here:
http://gist.github.com/650070
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment