Created
February 4, 2014 14:41
-
-
Save lauris/8804760 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
/** Fix navigation bar width */ | |
.global-nav .container { max-width: 910px; } | |
/** Hide Me & DM menu items */ | |
.global-nav li.profile, .global-nav .dm-nav { display: none; } | |
/** Remove bottom border from active menu item and just set text color to black instead */ | |
#global-actions > li > a { border-bottom: none; } | |
#global-actions > li:hover > a, #global-actions>li.active>a { color: black; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment