Remove forgotten hreadout

This commit is contained in:
Jonathan Frederic 2014-09-22 16:33:57 -07:00
parent b1c1e3533a
commit a7e7f95ef1
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@ define([
this.$readout = $('<div/>')
.appendTo(this.$el)
.addClass('widget-hreadout')
.addClass('widget-readout')
.hide();
this.model.on('change:slider_color', function(sender, value) {

View File

@ -188,6 +188,7 @@
.widget-hbox {
/* Horizontal widgets */
.hbox();
margin: 5px;
input[type="checkbox"] {
margin-top: 9px;