Created
March 12, 2013 11:04
-
-
Save Falci/5142048 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.nav-container{ background: url('images/nav_bg.jpg') repeat-x 0 0;} | |
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} /* isso vai fazer o menu ficar fixo no topo */ | |
.nav { height: 42px;} | |
.nav ul { list-style: none; } | |
.nav ul li{float: left; margin-top: 6px; padding: 6px; border-right: 1px solid #ACACAC;} | |
.nav ul li:first-child{ padding-left: 0;} | |
.nav ul li a { } | |
.nav ul li a:hover{ text-decoration: underline;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment