Sha256: 5a351745ab501d0258fa0aa32eec88beb4dc41867fd583ff15b5688d8c750a44
Contents?: true
Size: 505 Bytes
Versions: 4
Compression:
Stored size: 505 Bytes
Contents
/* Media elements */ // Responsive Media Elements img, picture, video, audio, embed, object, input, iframe { max-width: 100%; margin: 0; } img { display: inline-block; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; // Fix for SVGs &[src*=".svg"] { width: 100% \9; } // prevents border/background on linked image hover a:hover & { border: none; background: none; } } x::-ms-reveal, img[src*=".svg"] { width: 100%; } a img { border: none; }
Version data entries
4 entries across 4 versions & 1 rubygems