font size tweak

This commit is contained in:
Sanj 2011-09-28 20:04:06 +05:30
parent 3d7228a3c9
commit a0a0992854

View File

@ -241,7 +241,7 @@ jQuery.fn.formatTitle = function() {
var txt = $(this).text();
var fontSize;
// alert(txt.length);
if (txt.length < 36) {
if (txt.length < 32) {
fontSize = 50;
} else if (txt.length < 60) {
fontSize = 40;