Skip to content

Instantly share code, notes, and snippets.

@lauris
Created February 4, 2014 14:41
Show Gist options
  • Save lauris/8804760 to your computer and use it in GitHub Desktop.
Save lauris/8804760 to your computer and use it in GitHub Desktop.
/** 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