From 1e92aeddb47df4fd21cc0cd181f0b8abdc954cf3 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 13 Jun 2013 15:25:38 +0530 Subject: [PATCH] [website] set max width to 728px and show email icon in partner's email --- website/css/website.css | 4 ++++ website/templates/html/partner_page.html | 16 +++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/website/css/website.css b/website/css/website.css index 36e306d5eb1..4af35dcc728 100644 --- a/website/css/website.css +++ b/website/css/website.css @@ -1,3 +1,7 @@ +.container { + max-width: 728px !important; +} + h1, h2, h3, h4, h5 { font-weight: bold; } diff --git a/website/templates/html/partner_page.html b/website/templates/html/partner_page.html index 4910d079009..37cf0b053ac 100644 --- a/website/templates/html/partner_page.html +++ b/website/templates/html/partner_page.html @@ -9,15 +9,13 @@ alt="{{ partner_name }}" title="{{ partner_name }}" />

{%- endif %} -
-
- {% if partner_website -%}

{{ partner_website }}

{%- endif %} - {% if partner_address -%}

{{ partner_address }}

{%- endif %} - {% if phone -%}

{{ phone }}

{%- endif %} - {% if email -%}

{{ email }}

{%- endif %} -
-
+
+ {% if partner_website -%}

{{ partner_website }}

{%- endif %} + {% if partner_address -%}

{{ partner_address }}

{%- endif %} + {% if phone -%}

{{ phone }}

{%- endif %} + {% if email -%}

{{ email }}

{%- endif %} +

{{ partner_name }}