first commit
This commit is contained in:
commit
098f59b644
3632 changed files with 518046 additions and 0 deletions
16
mailcow/data/web/api/index.css
Normal file
16
mailcow/data/web/api/index.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
html {
|
||||
box-sizing: border-box;
|
||||
overflow: -moz-scrollbars-vertical;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background: #fafafa;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue