github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/website/source/stylesheets/_nav.scss (about) 1 nav { 2 height: $nav-height; 3 padding: $baseline 0; 4 padding: 0; 5 margin: 0; 6 min-width: 940px; 7 text-transform: uppercase; 8 color: $white; 9 font-family: $sans; 10 font-size: 16px; 11 border-bottom: 1px solid $border-dark; 12 13 ul { 14 margin-top: ($baseline * 2); 15 margin-left: $nav-height; 16 17 li { 18 display: inline-block; 19 margin-right: 50px; 20 } 21 22 } 23 24 .packer-logo { 25 background: url(/images/logo_nav.png) no-repeat center top; 26 height: 80px; 27 width: 80px; 28 background-size: 34px 50px; 29 text-indent: -999999px; 30 display: inline-block; 31 margin-top: 25px; 32 } 33 34 .active { 35 color: $green; 36 } 37 38 button { 39 margin-top: $baseline; 40 } 41 42 } //nav