From 4548a580c54d7d9b5b91b026fbe56b68e6f5f731 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 13:05:13 +0100 Subject: tweak tag cloud --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0bcbc5e47..b12689fb7 100644 --- a/functions.php +++ b/functions.php @@ -3872,7 +3872,7 @@ ksort($tags); $max_size = 32; // max font size in pixels - $min_size = 9; // min font size in pixels + $min_size = 11; // min font size in pixels // largest and smallest array values $max_qty = max(array_values($tags)); -- cgit v1.2.3