Created
August 26, 2013 01:47
-
-
Save tomharrigan/6337478 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
#navigation { | |
float: left; | |
width: 100%; | |
position: relative; | |
} | |
#navigation .nav { | |
clear: left; | |
float: right; | |
position: relative; | |
right: 50%; | |
} | |
#navigation ul.nav > li { | |
width: auto; | |
float: left; | |
position: relative; | |
left: 50%; | |
} | |
#navigation .nav li:hover, #navigation .nav li.hover { | |
position: relative; | |
} | |
#header #logo { | |
float: none; | |
display: block; | |
} | |
#logo img { | |
margin: 0 auto; | |
display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment