changed list view table styling

pull/210/head
Justin Richer 12 years ago
parent a4a40ffae5
commit ed75b38ecc

@ -69,7 +69,7 @@
this.template = _.template($('#tmpl-list-widget').html()); 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); this.collection.bind('add', this.render, this);
}, },

Loading…
Cancel
Save