// Fix little html norme problem

This commit is contained in:
mDeflotte
2012-04-23 14:27:43 +00:00
parent 18afa20e63
commit e9ec997b82
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<p id="desc_contact0" class="desc_contact">&nbsp;</p>
{foreach from=$contacts item=contact}
<p id="desc_contact{$contact.id_contact|intval}" class="desc_contact" style="display:none;">
<label>&nbsp;</label>{$contact.description|escape:'htmlall':'UTF-8'}
{$contact.description|escape:'htmlall':'UTF-8'}
</p>
{/foreach}
{/if}
+1
View File
@@ -13,6 +13,7 @@
background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#contact #center_column p {margin:0; padding:0 0 10px 0;}
#contact #center_column p.desc_contact { text-align: center; padding-left: 10px; padding-right: 10px; }
#contact p.text label,
#contact p.select label,