mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
style-select.js: add id for a styling ability
This commit is contained in:
parent
be8c84a2ab
commit
3b259aab14
@ -36,7 +36,7 @@ onready(function(){
|
||||
stylesDiv.hide();
|
||||
|
||||
stylesDiv.after(
|
||||
$('<div style="float:right;margin-bottom:10px"></div>')
|
||||
$('<div id="style-select" style="float:right;margin-bottom:10px"></div>')
|
||||
.text(_('Style: '))
|
||||
.append(stylesSelect)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user