From 64756a1e5892d051fac8044ca6fca5ad42c08514 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 8 Nov 2011 09:49:23 +0530 Subject: [PATCH] temporary download button for best practices - had to change title font to 22px to accomodate extra button --- itf/static/css/noel/inner.css | 2 +- itf/templates/noel/insidepage.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 8cf7429..2ad7097 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -41,7 +41,7 @@ padding-left:4px; padding-bottom:20px;} #topText -{font-size:24px; +{font-size:22px; color:#ffb400; padding-top:7px; padding-left:16px; diff --git a/itf/templates/noel/insidepage.html b/itf/templates/noel/insidepage.html index 41cc0ae..4ec196c 100755 --- a/itf/templates/noel/insidepage.html +++ b/itf/templates/noel/insidepage.html @@ -85,7 +85,11 @@ About {% endif %} - + {% ifequal title "Best Practices" %} + + Download + + {% endifequal %}