-
-
Save justinfrench/649994 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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