Sha256: 5dfbbfa2584f2fcf9e8001e80032af8039a2a977f7254f47179355159f895c97

Contents?: true

Size: 524 Bytes

Versions: 1

Compression:

Stored size: 524 Bytes

Contents

@include normalize-version('Embedded Content', true);

// ==========================================================================
// Embedded content
// ==========================================================================
   
// 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
// 2. Improves image quality when scaled in IE 7.

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

// Corrects overflow displayed oddly in IE 9.

svg:not(:root) {
    overflow: hidden;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-normalize-1.3 stylesheets/normalize-legacy/_embeds.scss