You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
363 B
17 lines
363 B
/* ------------------------------------------------------------------------------ |
|
* |
|
* # 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; |
|
}
|
|
|