diff --git a/api/ace.html b/api/ace.html index 6a36ab08..c0f40b1d 100644 --- a/api/ace.html +++ b/api/ace.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/anchor.html b/api/anchor.html index 48a9dc62..727c1cb8 100644 --- a/api/anchor.html +++ b/api/anchor.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/background_tokenizer.html b/api/background_tokenizer.html index 58752865..a4ef22c2 100644 --- a/api/background_tokenizer.html +++ b/api/background_tokenizer.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/command_manager.html b/api/command_manager.html index b64b3de0..142ca741 100644 --- a/api/command_manager.html +++ b/api/command_manager.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/document.html b/api/document.html index d43e12fd..611e3b82 100644 --- a/api/document.html +++ b/api/document.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/edit_session.html b/api/edit_session.html index cbefd1ca..7a34b970 100644 --- a/api/edit_session.html +++ b/api/edit_session.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/editor.html b/api/editor.html index 03a9ca7d..d030f811 100644 --- a/api/editor.html +++ b/api/editor.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/index.html b/api/index.html index 6b119fa1..cccaab54 100644 --- a/api/index.html +++ b/api/index.html @@ -1,5 +1,5 @@ -

Ace API Reference

+

Ace API Reference

Welcome to the Ace API Reference Guide. Ace is a standalone code editor written in JavaScript that you can embed onto any website. We're used in a bunch of places already, like GitHub, Google, and Facebook.

On the left, you'll find a list of all of our currently documented classes. There are plenty more to do, but these represent the "core" set. For more information on how to work with Ace, check out the main Ace website.

diff --git a/api/placeholder.html b/api/placeholder.html index ec6f5b04..fa12a958 100644 --- a/api/placeholder.html +++ b/api/placeholder.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/range.html b/api/range.html index fe20b390..813b7ec9 100644 --- a/api/range.html +++ b/api/range.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/renderloop.html b/api/renderloop.html index 179a4869..59c98a0c 100644 --- a/api/renderloop.html +++ b/api/renderloop.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/resources/csses/ace_api.css b/api/resources/csses/ace_api.css index 160a7749..4b607ab5 100644 --- a/api/resources/csses/ace_api.css +++ b/api/resources/csses/ace_api.css @@ -743,8 +743,8 @@ li.signature { color: #ffffff; } .description h4 { + padding-top: 10px; font-size: 18px; - margin: 20px 0 10px; line-height : 18px; } diff --git a/api/scrollbar.html b/api/scrollbar.html index 0f1c0c0e..5f311060 100644 --- a/api/scrollbar.html +++ b/api/scrollbar.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/search.html b/api/search.html index 511a3235..61616063 100644 --- a/api/search.html +++ b/api/search.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/selection.html b/api/selection.html index 18354382..ac070704 100644 --- a/api/selection.html +++ b/api/selection.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/split.html b/api/split.html index 6c126b2f..c1286751 100644 --- a/api/split.html +++ b/api/split.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/token_iterator.html b/api/token_iterator.html index 91143828..7c025da0 100644 --- a/api/token_iterator.html +++ b/api/token_iterator.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/tokenizer.html b/api/tokenizer.html index 5d8dcf08..b45bd58d 100644 --- a/api/tokenizer.html +++ b/api/tokenizer.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/undomanager.html b/api/undomanager.html index d5b1aef7..fafd4131 100644 --- a/api/undomanager.html +++ b/api/undomanager.html @@ -1,5 +1,5 @@ -
+
diff --git a/api/virtual_renderer.html b/api/virtual_renderer.html index 687997df..952e6ae6 100644 --- a/api/virtual_renderer.html +++ b/api/virtual_renderer.html @@ -1,5 +1,5 @@ -
+
diff --git a/doc/site/js/main.js b/doc/site/js/main.js index efa7ba2b..83b08d61 100644 --- a/doc/site/js/main.js +++ b/doc/site/js/main.js @@ -30,7 +30,7 @@ $(function() { var _self = $(this); $("#apiHolder").load($(this).attr("href") + " #documentation", function(){ - $("#apiHolder").removeClass("apiIntro").removeClass("span8"); + $("#apiHolder").removeClass("apiIntro").removeClass("span9"); ux(); setupClicker(); diff --git a/doc/template/jade/layout.jade b/doc/template/jade/layout.jade index 1a3cb6b6..c2911c69 100644 --- a/doc/template/jade/layout.jade +++ b/doc/template/jade/layout.jade @@ -1,7 +1,7 @@ include common_layout include lib -#documentation.span7 +#documentation.span9 -if (isIndex) != indexContent -else diff --git a/doc/template/resources/csses/ace_api.css b/doc/template/resources/csses/ace_api.css index 160a7749..4b607ab5 100644 --- a/doc/template/resources/csses/ace_api.css +++ b/doc/template/resources/csses/ace_api.css @@ -743,8 +743,8 @@ li.signature { color: #ffffff; } .description h4 { + padding-top: 10px; font-size: 18px; - margin: 20px 0 10px; line-height : 18px; } diff --git a/index.html b/index.html index bc039679..c68effe4 100644 --- a/index.html +++ b/index.html @@ -755,7 +755,7 @@ module.exports = {
-
+

Ace API Reference

Welcome to the Ace API Reference!

On the left, you'll find a list of all of our currently documented classes.