// Fix little html norme problem
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<p id="desc_contact0" class="desc_contact"> </p>
|
||||
{foreach from=$contacts item=contact}
|
||||
<p id="desc_contact{$contact.id_contact|intval}" class="desc_contact" style="display:none;">
|
||||
<label> </label>{$contact.description|escape:'htmlall':'UTF-8'}
|
||||
{$contact.description|escape:'htmlall':'UTF-8'}
|
||||
</p>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user