Skip to content

Commit

Permalink
some css
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Verbinnen committed Jan 21, 2011
1 parent a9ed8a3 commit 5c7f185
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions css/jquery.tag.css
Expand Up @@ -84,8 +84,13 @@
line-height:20px;
}

.jTagLabels{
padding:5px;
}

.jTagLabels label{
font-weight:bold;
padding:5px;
cursor:pointer;
float:left;
}
2 changes: 1 addition & 1 deletion js/jquery.tag.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion source/jquery.tag.js
Expand Up @@ -62,7 +62,6 @@
obj.parent().height(obj.height());

obj.parent().parent().width(obj.width());
obj.parent().parent().height(obj.height());

obj.hide();

Expand Down

0 comments on commit 5c7f185

Please sign in to comment.