getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Update .ir helper #306

Closed getdave closed 10 years ago

getdave commented 10 years ago

The image replacement helper needs an update in order to support IE7's lack of inline-block support

.ir,
.img-replace {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    line-height: 0; // http://adriandalvarez.tumblr.com/post/6731022156/html5-boilerplate-image-replacement-helper-class-ie7
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

Hat tip to http://adriandalvarez.tumblr.com/post/6731022156/html5-boilerplate-

nickwoodland commented 10 years ago

addressed, will be pushed up to css framework rep