first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/* ------------------------------------------------------------------------------
|
||||
*
|
||||
* # Ace code editor
|
||||
*
|
||||
* An embeddable code editor written in JavaScript
|
||||
*
|
||||
* Version: 1.0
|
||||
* Latest update: May 25, 2015
|
||||
*
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
// Base
|
||||
.ace_editor {
|
||||
height: 400px;
|
||||
position: relative;
|
||||
}
|
||||
Reference in New Issue
Block a user