vendor/assets/stylesheets/image.css.scss in quantum-0.0.3 vs vendor/assets/stylesheets/image.css.scss in quantum-0.0.4
- old
+ new
@@ -3,14 +3,12 @@
#Image */
/* #Image
================================================== */
.img-placeholder {
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
background: rgba(236,238,241,1);
+ border-radius: 4px;
color: rgba(43,50,53,1);
display: block;
font-size: 13px;
font-weight: bold;
height: 0;
@@ -27,22 +25,15 @@
font-size: 64px;
line-height: 64px;
margin: -42px 0 15px 0;
}
img {
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
+ border-radius: 3px;
border: 0;
display: block;
height: auto;
max-width: 100%;
vertical-align: middle;
width: auto\9;
- -ms-interpolation-mode: bicubic;
}
-.img-circle {
- -webkit-border-radius: 500px;
- -moz-border-radius: 500px;
- border-radius: 500px;
-}
+.img-circle { border-radius: 500px; }
.img-center { margin: 0 auto; }