diff options
-rw-r--r-- | phpfspot.class.php | 2 | ||||
-rw-r--r-- | stylesheet.css | 1 |
2 files changed, 1 insertions, 2 deletions
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 "<a href=\"javascript:Tags('add', ". $key .");\" class=\"tag\" style=\"font-size: ". $size ."%;\">". $this->tags[$key] ."</a> "; + print "<a href=\"javascript:Tags('add', ". $key .");\" class=\"tag\" style=\"font-size: ". $size ."%;\">". $this->tags[$key] ."</a>, "; } 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;
}
|