max-width blury
I've just recently changed my entire 490,000+ page site to a responsive web design. In Dreamweaver, I use a vertical split, code-design view. On the design side, the images are now blurry. Here is an example:

The code I'm using for the img:
<img src="/checkmark.gif" style="max-width: 13px; margin: 0 auto; display: inline-block; vertical-align: middle" alt="Baseball Almanac Checkmark" />
The actual size of the image is 13x13, but as you can see it is displaying in the design view blurry.
Any ideas why / how to fix? If I remove the max-width line completely, same thing, blurry image.
Sean

