From 68b24f0c2c7552b9e5fdb03c672b48fd20bcc5ff Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 24 Oct 2011 13:12:07 +0100 Subject: [PATCH 1/2] link styling --- itf/templates/modules/bestpractices/bestpractice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index 435503d..c021733 100755 --- a/itf/templates/modules/bestpractices/bestpractice.html +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -35,7 +35,7 @@ {% if links %} Links:
{% for l in links %} - {{ l.url }}
+ {{ l.url }}
{{ l.text|linebreaksbr }}

{% endfor %} From 0028216a8163fd74a70d09cff661d2b678efba08 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 24 Oct 2011 13:25:15 +0100 Subject: [PATCH 2/2] fontSizing --- itf/static/js/insidepage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/static/js/insidepage.js b/itf/static/js/insidepage.js index 3f55ba2..626172b 100755 --- a/itf/static/js/insidepage.js +++ b/itf/static/js/insidepage.js @@ -416,7 +416,7 @@ jQuery.fn.formatTitle = function() { var fontSize; // alert(txt.length); if (txt.length < 32) { - fontSize = 50; + fontSize = 40; } else if (txt.length < 60) { fontSize = 40; } else if (txt.length < 100) {