Created
July 17, 2015 08:39
-
-
Save razbakov/abdbd350aa7aaa87b48c 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
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