Add editors for CSS and JS
This commit is contained in:
parent
b3cb87aab6
commit
a8d8f346d4
11 changed files with 144 additions and 5 deletions
|
|
@ -202,10 +202,14 @@ html, body {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#motdtext {
|
||||
#motdtext, #csstext, #jstext {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#csstext, #jstext {
|
||||
font-family: Monospace;
|
||||
}
|
||||
|
||||
#queue_next, #queue_end, #library_search, #youtube_search {
|
||||
width: 50%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue