We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CSS file ‘jquery.atwho.css’ contains an invalid declaration for the font property:
font
.atwho-view .cur strong { color: white; font:bold; }
The value bold is not valid for the font property. Many browsers will (correctly) ignore this invalid declaration.
bold
The text was updated successfully, but these errors were encountered:
This should probably be a declaration of the font-weight property instead:
font-weight
.atwho-view .cur strong { color: white; font-weight: bold; }
Sorry, something went wrong.
#552
Any word on a quick pull request @ichord ?
No branches or pull requests
The CSS file ‘jquery.atwho.css’ contains an invalid declaration for the
font
property:The value
bold
is not valid for thefont
property. Many browsers will (correctly) ignore this invalid declaration.The text was updated successfully, but these errors were encountered: