[FIX] website_partner: css styling, add margin under partner image, before address

This commit is contained in:
Thibault Delavallée 2014-05-16 14:57:44 +02:00
parent 558063ed4c
commit e9ce6f6f74
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</t>
<h1 class="col-md-12 text-center" id="partner_name" t-field="partner.display_name"/>
<div class="col-md-4">
<div t-field="partner.image" t-field-options='{"widget": "image", "class": "center-block"}'/>
<div t-field="partner.image" t-field-options='{"widget": "image", "class": "center-block mb16"}'/>
<address class="well">
<div t-field="partner.self" t-field-options='{
"widget": "contact",