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

Set vertical-align of icon class to baseline #6

Open
pmaselkowski opened this issue Aug 26, 2015 · 0 comments
Open

Set vertical-align of icon class to baseline #6

pmaselkowski opened this issue Aug 26, 2015 · 0 comments
Assignees

Comments

@pmaselkowski
Copy link
Member

CSS rule

[class^="icon-16"]

Should have changed vertical align to baseline to fit better with larger fonts, ie:

[class^="icon-16"], [class*=" icon-16"] {
    display: inline-block;
    overflow: hidden;
    vertical-align: baseline;
    line-height: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(sprite.png) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant