mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Start putting file system together for admin settings, no where near complete
This commit is contained in:
parent
1da39d3d1a
commit
89e38ed4c2
5 changed files with 331 additions and 2 deletions
|
@ -119,4 +119,11 @@ td, th {
|
|||
right: 10px;
|
||||
padding: 2px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
.settings pre{
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue