MediaWiki:Common.css: Difference between revisions

yeah
(fix)
(yeah)
 
Line 151: Line 151:
   color:#FFF;
   color:#FFF;
   font-size:125%;
   font-size:125%;
}
/* pixelate images */
img, ul.gallery img, table.filehistory img, table.listfiles img, table.searchResultImage img {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
}