Хочу сделать вот так .
А получается вот так ..
Как выронить ?
.properties-block {
float:left;
width:43.3%
}
.properties-block dl {
padding: 0 0 8px 0;
background: url([url]http://www.site.ru/tpl/images/tr_pix.gif[/url]) repeat-x 0 11px;
}
.properties-block dt {
color: #666;
margin-right: 33%;
}
.properties-block dd {
width: 30%;
font-size: 13px;
}
.ui-helper-clearfix {
display: block;
}
.fr{
background: #fff;
}
<div class="ui-helper-clearfix">
<div class="properties-block">
<dl class="ui-helper-clearfix clearfix">
<dd class="fr">4 дюйм</dd>
<dt class="property_11248"><span>Диагональ экрана</span></dt>
</dl>
<dl class="ui-helper-clearfix clearfix">
<dd class="fr">смартфон</dd>
<dt class="property_254"><span>Тип</span></dt>
</dl>
</div>
</div>