first commit

This commit is contained in:
Gitea
2017-07-18 08:57:31 +02:00
commit 59ac39008d
240 changed files with 72442 additions and 0 deletions

19
public/css/app.css vendored Executable file
View File

@@ -0,0 +1,19 @@
textarea { font-family: monospace }
textarea.content { font-family: monospace; word-wrap: break-word; word-break: break-all; }
#editor {
border: 1px solid rgba(34,36,38,.15);
padding: 15px;
font-family: monospace;
word-wrap: break-word;
width: 257px;
word-break: break-all;
white-space: pre-wrap;
box-sizing: content-box;
}
form {margin-bottom: 0;}
.ui.file.input input[type="file"] {
display: none;
}