diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 999c3d1..60021d3 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -9,6 +9,5 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self - *= require_tree - *= require jquery.tagit + *= require_tree */ diff --git a/vendor/assets/stylesheets/jquery.tagit.css b/vendor/assets/stylesheets/jquery.tagit.css index 712af6a..0567448 100644 --- a/vendor/assets/stylesheets/jquery.tagit.css +++ b/vendor/assets/stylesheets/jquery.tagit.css @@ -1,7 +1,7 @@ ul.tagit { padding: 1px 5px; overflow: auto; - /*margin-left: inherit; /* usually we don't want the regular ul margins. */*/ + /*margin-left: inherit; /* usually we don't want the regular ul margins. */ /*margin-right: inherit;*/ } ul.tagit li {