The problem of wide pictures

A screenshot with a browser window width of 1024 pixels
This can be fixed. Adding CSS:
.content IMG {max-width: 100%}... and voilà!

The image has been reduced to the required size.
I hope the Habr developers will add this line to the CSS.
In the meantime, you can use this as UserCSS. Here is the version for Firefox and Opera / Safari / IE ≥ 7 .
How to install UserCSS?
UPD: UserCSS is no longer needed. Now everything works for everyone without it!