From 14e0d6b26f90d6963b1a0292eaa14db050fb4b4b Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 27 Dec 2011 18:59:30 +0530 Subject: [PATCH] test image on static page --- itf/templates/noel/staticpage.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/itf/templates/noel/staticpage.html b/itf/templates/noel/staticpage.html index 14d30b7..2f4aab9 100644 --- a/itf/templates/noel/staticpage.html +++ b/itf/templates/noel/staticpage.html @@ -16,6 +16,11 @@ text-transform:uppercase; } +.staticImg { + display:block; + margin:0 auto; +} + .markdownText p { margin-bottom:8px; } @@ -70,7 +75,7 @@

{{ page.title }}

- {% comment %} {{ page.title }} {% endcomment %} + {{ page.title }}

{{ page.text|markdown }}