From: Andreas Unterkircher Date: Wed, 20 Jun 2007 17:45:00 +0000 (+0000) Subject: finally fixed tags display width problem X-Git-Tag: phpfspot-1.2~219 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=664386a9c2909c59cccadea46812059305c4ff08 finally fixed tags display width problem git-svn-id: file:///var/lib/svn/phpfspot/trunk@116 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.class.php b/phpfspot.class.php index eb8a8e6..c70478c 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -198,7 +198,7 @@ class PHPFSPOT { // uncomment if you want sizes in whole %: $size = ceil($size); - print "". $this->tags[$key] ." "; + print "". $this->tags[$key] .", "; } diff --git a/stylesheet.css b/stylesheet.css index b38411f..aa8ab2b 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -154,7 +154,6 @@ td.thumb { } #available_tags { - width: 250px; clip: auto; overflow: auto; }