You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use .ir as a Compass mixin (squish-text). I applied it to an link. But I had to override the line-height, otherwise the image shifted down. It seems to be the same issue, as mentioned in:
a {
@include squish-text;
background: url("../images/integralvision.png")no-repeat 0 0 transparent;
display: inline-block;
line-height: 30px; // need to override sqish 0 value to be inline
height: 18px;
width: 104px;
}
The text was updated successfully, but these errors were encountered:
As @necolasstates in the post you mentioned we should rethink the image-replacement technique before launching the next version of HTML5 BP. Just wanted to let you know that we are aware of the issues and will work on it.
I use .ir as a Compass mixin (squish-text). I applied it to an link. But I had to override the line-height, otherwise the image shifted down. It seems to be the same issue, as mentioned in:
#1108 (comment)
My code looks like this:
The text was updated successfully, but these errors were encountered: