mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Remove forgotten hreadout
This commit is contained in:
parent
b1c1e3533a
commit
a7e7f95ef1
@ -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) {
|
||||
|
@ -188,6 +188,7 @@
|
||||
.widget-hbox {
|
||||
/* Horizontal widgets */
|
||||
.hbox();
|
||||
margin: 5px;
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
|
Loading…
Reference in New Issue
Block a user