Skip to content
New issue

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

Invalid CSS declaration “font:bold” #540

Open
bignose-debian opened this issue Feb 25, 2018 · 2 comments
Open

Invalid CSS declaration “font:bold” #540

bignose-debian opened this issue Feb 25, 2018 · 2 comments

Comments

@bignose-debian
Copy link

The CSS file ‘jquery.atwho.css’ contains an invalid declaration for the font property:

.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.

@bignose-debian
Copy link
Author

This should probably be a declaration of the font-weight property instead:

.atwho-view .cur strong {
    color: white;
    font-weight: bold;
}

@twig-openlearning
Copy link

#552

Any word on a quick pull request @ichord ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants