css changes
This commit is contained in:
parent
37a1a082a6
commit
caf80792dd
2 changed files with 7 additions and 11 deletions
7
doc/template/resources/csses/ace_api.css
vendored
7
doc/template/resources/csses/ace_api.css
vendored
|
|
@ -64,8 +64,6 @@ code {
|
|||
}
|
||||
#documentation p {
|
||||
font-size: 13px;
|
||||
line-height : 20px;
|
||||
margin-bottom : 13px;
|
||||
}
|
||||
#documentation li p:last-child {
|
||||
margin-bottom : 5px;
|
||||
|
|
@ -806,10 +804,6 @@ li.signature {
|
|||
Everyday I'm togglin'
|
||||
*/
|
||||
|
||||
#documentation h3 {
|
||||
font-size: 24px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
#documentation i.methodToggle {
|
||||
cursor: pointer;
|
||||
color: #9f9f9f;
|
||||
|
|
@ -838,7 +832,6 @@ li.signature {
|
|||
}
|
||||
|
||||
#documentation h3.sectionHeader {
|
||||
margin: 10px 0 17px 0;
|
||||
line-height : 24px;
|
||||
}
|
||||
|
||||
|
|
|
|||
11
index.html
11
index.html
|
|
@ -64,16 +64,18 @@
|
|||
</p>
|
||||
|
||||
<div id="ace_editor_demo">/**
|
||||
* In fact, you're looking at Ace right now. Go ahead and play with it!
|
||||
* In fact, you're looking at ACE right now. Go ahead and play with it!
|
||||
*
|
||||
* We are currently showing off the JavaScript mode. Ace supports over 60
|
||||
* We are currently showing off the JavaScript mode. ACE has support for 45
|
||||
* language modes and 24 color themes!
|
||||
*/
|
||||
|
||||
function add(x, y) {
|
||||
var resultString = "Hello, Ace! The result of your math is: ";
|
||||
var resultString = "Hello, ACE! The result of your math is: ";
|
||||
var result = x + y;
|
||||
return resultString + result;
|
||||
}
|
||||
|
||||
var addResult = add(3, 2);
|
||||
console.log(addResult);
|
||||
</div>
|
||||
|
|
@ -138,7 +140,7 @@ console.log(addResult);
|
|||
<div id="embedded_ace_code"><!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Ace in Action</title>
|
||||
<title>ACE in Action</title>
|
||||
<style type="text/css" media="screen">
|
||||
#editor {
|
||||
position: absolute;
|
||||
|
|
@ -949,6 +951,7 @@ module.exports = {
|
|||
<script src="//d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js"></script>
|
||||
<script src="//yandex.st/highlightjs/7.2/highlight.min.js"></script>
|
||||
<script src="./doc/template/resources/javascripts/bbq.js"></script>
|
||||
<script src="./api/resources/javascripts/ux.js"></script>
|
||||
<script src="./doc/site/js/main.js"></script>
|
||||
<script defer src="./doc/site/js/ga.js"></script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue