Изменения

image rendering
Строка 1: Строка 1:  
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 +
 +
img {
 +
  image-rendering: pixelated;
 +
  image-rendering: -moz-crisp-edges;
 +
  image-rendering: crisp-edges;
 +
}
    
#content {  
 
#content {