diff --git a/Makefile.dryice.js b/Makefile.dryice.js index 8007c8eb..a8cf3e68 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -230,7 +230,7 @@ function buildAce(aceProject, options) { "css", "html", "javascript", "php", "coldfusion", "python", "lua", "xml", "ruby", "java", "c_cpp", "coffee", "perl", "csharp", "haxe", "liquid", "svg", "clojure", "scss", "json", "groovy", "ocaml", "scala", "textile", "scad", "markdown", "latex", "powershell", "sql", - "text", "pgsql", "sh", "xquery", "less", "golang", "c9search" + "text", "pgsql", "sh", "xquery", "less", "golang", "c9search", "yaml" ], themes: [ "chrome", "clouds", "clouds_midnight", "cobalt", "crimson_editor", "dawn", diff --git a/api/ace.html b/api/ace.html index f917c97b..555ad9ff 100644 --- a/api/ace.html +++ b/api/ace.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/anchor.html b/api/anchor.html index b886f630..4b8d347d 100644 --- a/api/anchor.html +++ b/api/anchor.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/background_tokenizer.html b/api/background_tokenizer.html index 5380ec80..f1d0637c 100644 --- a/api/background_tokenizer.html +++ b/api/background_tokenizer.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/document.html b/api/document.html index ca7de45b..c6a162ee 100644 --- a/api/document.html +++ b/api/document.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/edit_session.html b/api/edit_session.html index e092110a..b5536b53 100644 --- a/api/edit_session.html +++ b/api/edit_session.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/editor.html b/api/editor.html index e2569cc9..c5725498 100644 --- a/api/editor.html +++ b/api/editor.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/index.html b/api/index.html index 6696b726..e1572a3a 100644 --- a/api/index.html +++ b/api/index.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/multi_select.html b/api/multi_select.html index 7d1db650..49be8126 100644 --- a/api/multi_select.html +++ b/api/multi_select.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/placeholder.html b/api/placeholder.html index 00cd688f..661efe05 100644 --- a/api/placeholder.html +++ b/api/placeholder.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/range.html b/api/range.html index 0e1690b9..b00a1b67 100644 --- a/api/range.html +++ b/api/range.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/resources/csses/ace_api.css b/api/resources/csses/ace_api.css index eed01b4e..b703b26b 100644 --- a/api/resources/csses/ace_api.css +++ b/api/resources/csses/ace_api.css @@ -132,28 +132,6 @@ blockquote p{ left: 210px; } -.masthead { - background: #101010 url(../images/dashed_back.png) repeat 0 0; -} -.masthead .container { - /*width: 680px;*/ - padding-left: 285px; - margin: 0 auto; - color: white; -} -.jumbotron { - min-width: 1000px; - padding-top: 40px; - position: relative; -} - -.jumbotron .inner { -/* background: transparent url(../images/header-back.png) top center;*/ - padding: 45px 0; -/* -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,.3); - -moz-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);*/ -} - .headerTitle { position: relative; top: 100px; @@ -545,10 +523,6 @@ header.filler { margin-left: 30px; } -#mainContent .hero-unit { - background: rgba(255, 255, 255, 0.5); -} - #documentation { padding-bottom: 10px; } @@ -688,6 +662,7 @@ li.signature { .signature-call { cursor: pointer; } + .signature-call a { color: #8e487e; } @@ -777,8 +752,6 @@ li.signature { .table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th { background-color: #fbfbfb; } -.table-striped tbody tr:hover td, .table-striped tbody tr:hover th { -} .argument-list { margin-bottom : 13px; diff --git a/api/resources/javascripts/ga.js b/api/resources/javascripts/ga.js index f0035835..e381972d 100644 --- a/api/resources/javascripts/ga.js +++ b/api/resources/javascripts/ga.js @@ -1,5 +1,5 @@ var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-18736001-1']); + _gaq.push(['_setAccount', 'UA-31998201-1']); _gaq.push(['_trackPageview']); (function() { diff --git a/api/resources/javascripts/ux.js b/api/resources/javascripts/ux.js index 49557601..53e6c0fe 100644 --- a/api/resources/javascripts/ux.js +++ b/api/resources/javascripts/ux.js @@ -52,7 +52,6 @@ $(function () { // init prettyprint $('pre > code').addClass('prettyprint'); prettyPrint(); - }); $(document).ready(function () { diff --git a/api/scrollbar.html b/api/scrollbar.html index 75249b08..917b5279 100644 --- a/api/scrollbar.html +++ b/api/scrollbar.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/search.html b/api/search.html index f604715a..80a9656b 100644 --- a/api/search.html +++ b/api/search.html @@ -1,6 +1,6 @@ - - + + diff --git a/api/selection.html b/api/selection.html index 77553b89..1fbd7a4e 100644 --- a/api/selection.html +++ b/api/selection.html @@ -1,6 +1,6 @@ - - + + @@ -112,7 +112,7 @@