A
Anonymous
Guest
http://www.cssdrive.com/index.php/main/csscompressor
That's the link to a CSS compressor that can make your .css files smaller for better loading times. You can choose between different types of compression (light, normal, compact). It basically deletes break lines, the ; before each } (which is unneeded), turns #FFFFFF to #FFF, etc.
That's the link to a CSS compressor that can make your .css files smaller for better loading times. You can choose between different types of compression (light, normal, compact). It basically deletes break lines, the ; before each } (which is unneeded), turns #FFFFFF to #FFF, etc.