go live with wiki mimetypes - you can now choose if a wiki will contain markdown or bb-code markup

This commit is contained in:
Mario Vavti
2016-11-30 13:30:50 +01:00
parent 53e4b55ea3
commit afffbb6487
5 changed files with 79 additions and 26 deletions

View File

@@ -1,9 +1,14 @@
#ace-editor {
#ace-editor {
position: relative;
width: 100%;
height: 500px;
}
#editor {
width: 100%;
height: 500px;
}
.fade.in {
-webkit-transition: opacity 0.5s 0.5s ease;
-moz-transition: opacity 0.5s 0.5s ease;