Merge branch 'ticket/r13457-flag-new-product' into develop

This commit is contained in:
Romu 2017-06-15 01:01:35 -07:00
commit c7a858b3cb
2 changed files with 2 additions and 2 deletions

View File

@ -3361,7 +3361,7 @@ main#categorycms { margin-bottom: 30px }
}
.manufacturer_block a.btn-manufacturer { margin-top: 15px; }
#best_sales h2 {
#best_sales .title {
text-align: center;
margin-bottom: 30px;
font-size: 36px;

View File

@ -1,4 +1,4 @@
<h2>{l s='Produits les plus populaires' mod='blockbestsellers'}</h2>
<h2 class="title">{l s='Produits les plus populaires' mod='blockbestsellers'}</h2>
{if isset($best_sellers) && $best_sellers}
{include file="$tpl_dir./product-list-blocs.tpl" products=$best_sellers class='blockbestsellers tab-pane' id='blockbestsellers' position=2 position_sm=4}
{else}