http://dev.harveys.co.uk/clients/
клиенты {margin-right: -20px; }
клиентов .client {float: left; фон: # 9d9fa2; ширина: 190px; поле: 0 8px 8px 0; }
клиентов .client .inner {min-height: 80px; }
.inner {padding: 10px; } * +1010 *
клиенты .last-child {margin-right: 0; }
клиенты .client img {margin-bottom: 5px; граница: 1px solid #aaa; }
<div id="page">
<div id="clients" class="clearfix">
<?php $count = 0;?>
<?php query_posts('category_name=Clients&showposts=20&orderby=297,299,308,302,304'); if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php $count++; ?>
<div class="client <?php if ( $count % 3 == 0 ){ echo "last-child"; }?>">
<div class="inner">
<img src="" alt="" width="168" height="104" alt="" /></a>
<h2></h2>
</div><!-- clients -->
</div><!-- page -->