Skip to content

Commit e4854c3

Browse files
committed
tag cloud things
1 parent feb98d3 commit e4854c3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

multiloquent-base.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,9 @@ function multiloquent_widget_tag_cloud_args($args) {
338338
$args['number'] = 20;
339339

340340
// show less tags
341-
$args['largest'] = 9.75;
342-
343-
// make largest and smallest the same - i don't like the varying font-size look
344-
$args['smallest'] = 9.75;
345-
$args['unit'] = 'px';
341+
$args['largest'] = 8;
342+
$args['smallest'] = 20;
343+
$args['unit'] = 'pt';
346344
return $args;
347345
}
348346

0 commit comments

Comments
 (0)