1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

fixed images on chrome

This commit is contained in:
Adolfo Gómez García 2016-07-11 13:44:27 +02:00
parent 622e8629ff
commit eacce7adda

View File

@ -185,6 +185,16 @@ footer {
background: #0055dd;
}
# For Image rendering on Chrome
img {
image-rendering: optimizeSpeed; /* */
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
image-rendering: optimize-contrast; /* CSS3 Proposed */
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}
@media (max-width: 768px) {
#cookie-bar {
height: 60px;