Skip to content

Instantly share code, notes, and snippets.

@razbakov
Created July 17, 2015 08:39
Show Gist options
  • Save razbakov/abdbd350aa7aaa87b48c to your computer and use it in GitHub Desktop.
Save razbakov/abdbd350aa7aaa87b48c to your computer and use it in GitHub Desktop.
let your colleagues know, that you have website style bug:
description:
when you hover jobs it is getting bold and moving all nav bar
here is a fix:
styles: line 1224:
header .navbar .nav-collapse .nav .nav-jobs a:hover {
color: black;
/* font-weight: bold; */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment