css changes

This commit is contained in:
Garen Torikian 2013-01-05 00:27:58 -08:00 committed by nightwing
commit caf80792dd
2 changed files with 7 additions and 11 deletions

View file

@ -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;
}

View file

@ -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">&lt;!DOCTYPE html>
&lt;html lang="en">
&lt;head>
&lt;title>Ace in Action&lt;/title>
&lt;title>ACE in Action&lt;/title>
&lt;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>