css namespacing
This commit is contained in:
parent
5a5546aed6
commit
6bd6a98d37
2 changed files with 3 additions and 3 deletions
|
@ -219,7 +219,7 @@ function ComicBook(id, srcs, opts) {
|
|||
*/
|
||||
color: $(document.createElement("div"))
|
||||
.attr("id", "cb-color")
|
||||
.addClass("cb-control floating")
|
||||
.addClass("cb-control cb-floating")
|
||||
.append("<label>brightness</label>")
|
||||
.append($("<div id='brightness'></div>").slider({
|
||||
value: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue