changed list view table styling

pull/210/head
Justin Richer 2012-09-12 16:15:52 -04:00
parent a4a40ffae5
commit ed75b38ecc
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
this.template = _.template($('#tmpl-list-widget').html());
}
this.$el.addClass("table-condensed");
this.$el.addClass("table table-condensed table-hover span4");
this.collection.bind('add', this.render, this);
},