Moved plugin web files to be in the plugin folder to reduce staticfiles blueprint coupling
This commit is contained in:
parent
14f2d03ebf
commit
37e5dbab4b
23 changed files with 37 additions and 40 deletions
11
static-data/default-plugins/circles/web/theme.css
Executable file
11
static-data/default-plugins/circles/web/theme.css
Executable file
|
@ -0,0 +1,11 @@
|
|||
|
||||
.cMsg{
|
||||
word-wrap:break-word;
|
||||
word-break:break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #212224;
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue