openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 39d02b8fd0c9b3178f99cc447d023747ecc82ff4
parent 0208d207243efe990dcee0e9f3fb2e52012788ae
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 12 Jul 2014 00:56:21 +0200

Tags in der Tagcloud etwas kleiner.

Diffstat:
macro/TagCloud.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macro/TagCloud.class.php b/macro/TagCloud.class.php @@ -59,7 +59,7 @@ class TagCloud extends Macro $target->load(); // Link zum Tag erzeugen - $this->output( '<div class="tag" style="font-size:'.(1+(sizeof($tf->getObjectIds())*0.1)).'em"><a href="'.$this->pathToObject($target->objectid).'">'.$tf->name.'</a></div>' ); + $this->output( '<div class="tag" style="font-size:'.(0.5+(sizeof($tf->getObjectIds())*0.1)).'em"><a href="'.$this->pathToObject($target->objectid).'">'.$tf->name.'</a></div>' ); } }