Index: branches/1.0.x/inc/styles.css =================================================================== diff -u -N -r14770 -r14859 --- branches/1.0.x/inc/styles.css (.../styles.css) (revision 14770) +++ branches/1.0.x/inc/styles.css (.../styles.css) (revision 14859) @@ -35,7 +35,7 @@ #header .infoblock { float: right; position: relative; - width: 550px; + width: 580px; } #header .infoblock .welcome { @@ -83,7 +83,7 @@ } #header .infoblock .cart { background: url(@templates_base@/img/bg-cart.jpg) no-repeat 100% 0; - float: right; + float: left; font-size: 1.154em; font-weight: bold; padding: 15px 0; @@ -757,9 +757,10 @@ border-radius: 5px; } .good-item dl { - padding: 14px 16px; + padding: 14px 16px 0; text-align: center; } +.good-item dl dd { padding-bottom: 15px; } .good-item.comparing-items dl { border-bottom: 1px dotted #b5b5b5; padding: 14px 0;