When I Start with
and do Compress CSS I get:body{
background: #FFF;
font: 12px Arial,Verdana,Helvetica,sans-serif;
margin: 0;
min-width: 799px;
width: 100%;
border-bottom: 2px;
border-color: #CC3333;
border-left-color: #FF0033;
border-right-color: #0033FF
}
It's wrapped here and single line in the editor, but the problem lies with "12 px" instead of "12px".body{background:#FFF;border:#C33;border-bottom:2 px;border-left-color:#F03;border-right-color:#03F;font:12 px Arial,Verdana,Helvetica,sans-serif;margin:0;min-width:799 px;width: 100%;}
Format CSS has the similar issue which I detail in another thread.