summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 13:05:13 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 13:05:13 +0100
commit4548a580c54d7d9b5b91b026fbe56b68e6f5f731 (patch)
treeda1c20bdb2046341d728edf34377d7ef31ca5bc5 /functions.php
parentb31af972f2b01249ea36c4262fc5efc87e90fb36 (diff)
tweak tag cloud
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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));