finally fixed tags display width problem
authorAndreas Unterkircher <unki@netshadow.at>
Wed, 20 Jun 2007 17:45:00 +0000 (17:45 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Wed, 20 Jun 2007 17:45:00 +0000 (17:45 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@116 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.class.php
stylesheet.css

index eb8a8e66b32b18cd60062450d9711fe836c6cbdb..c70478cd8ec2f5f50d9c1a9f554f73883ca182ee 100644 (file)
@@ -198,7 +198,7 @@ class PHPFSPOT {
           // uncomment if you want sizes in whole %:
          $size = ceil($size);
 
-         print "<a href=\"javascript:Tags('add', ". $key .");\" class=\"tag\" style=\"font-size: ". $size ."%;\">". $this->tags[$key] ."</a>&nbsp;";
+         print "<a href=\"javascript:Tags('add', ". $key .");\" class=\"tag\" style=\"font-size: ". $size ."%;\">". $this->tags[$key] ."</a>";
 
       }
 
index b38411ffc5ef9f2342ba5752cde4219acb1d210f..aa8ab2b22737b1e7ecae18eeab90395b6c11c4fc 100644 (file)
@@ -154,7 +154,6 @@ td.thumb {
 }\r
 \r
 #available_tags {\r
-   width:                  250px;\r
    clip:                   auto;\r
    overflow:               auto;\r
 }\r