From 584906d9b01c1e3ebfc12305f4d6f47bced9fd79 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 23 Apr 2012 14:27:43 +0000 Subject: [PATCH] // Fix little html norme problem git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14821 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/contact-form.tpl | 2 +- themes/default/css/contact-form.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/contact-form.tpl b/themes/default/contact-form.tpl index 1af2848b4..579e2354c 100644 --- a/themes/default/contact-form.tpl +++ b/themes/default/contact-form.tpl @@ -66,7 +66,7 @@

 

{foreach from=$contacts item=contact} {/foreach} {/if} diff --git a/themes/default/css/contact-form.css b/themes/default/css/contact-form.css index 366ddb3c3..3dfa76026 100644 --- a/themes/default/css/contact-form.css +++ b/themes/default/css/contact-form.css @@ -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,