Update
This commit is contained in:
parent
3aba91e17a
commit
4d32a07ad6
2 changed files with 9 additions and 16 deletions
|
|
@ -12,6 +12,10 @@ h1, h2, h3, h4, h5, h6 {
|
|||
padding:0;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
H2 {
|
||||
font-size:28px;
|
||||
color:#263842;
|
||||
|
|
@ -35,6 +39,7 @@ P {
|
|||
padding:13px 0;
|
||||
margin:0;
|
||||
line-height:22px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
UL{
|
||||
|
|
@ -213,11 +218,6 @@ A:hover {
|
|||
text-decoration:underline;
|
||||
}
|
||||
|
||||
P#first{
|
||||
font-size : 16px;
|
||||
line-height : 24px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
height:40px;
|
||||
position:relative;
|
||||
|
|
|
|||
15
index.html
15
index.html
|
|
@ -6,12 +6,12 @@
|
|||
<script src="./doc/resources/ace/skeleton/javascripts/jquery.js"></script>
|
||||
<script src="./doc/resources/ace/skeleton/javascripts/bbq.js"></script>
|
||||
<script src="./doc/resources/ace/skeleton/javascripts/bootstrap-tab.js"></script>
|
||||
<script src="https://raw.github.com/ajaxorg/ace-builds/master/src-min/ace.js"></script>
|
||||
<script src="doc/site/js/main.js"></script>
|
||||
<link rel="stylesheet" href="./doc/resources/ace/skeleton/csses/bootstrap.min.css">
|
||||
<link href="doc/site/style.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" media="all and (max-device-width: 480px)" href="doc/site/iphone.css">
|
||||
<link rel="stylesheet" media="all and (max-device-width: 480px)" href="doc/site/iphone.css">
|
||||
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px)" href="doc/site/iphone.css">
|
||||
<link rel="stylesheet" href="./doc/resources/ace/skeleton/csses/ace_api.css">
|
||||
<link href="./doc/resources/ace/skeleton/images/favicon.ico" rel="icon" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
<h1>About ACE</h1>
|
||||
<p id="first">Ace is a embeddable code editor written in JavaScript.
|
||||
It matches and extends the features, usability and performance of existing
|
||||
native editors such as TextMate, Vim or Eclipse. It can be easily embedded
|
||||
native editors such as Sublime, Vim or TextMate. It can be easily embedded
|
||||
in any web page and JavaScript application. ACE is maintained as the
|
||||
primary editor for <a href="http://c9.io">Cloud9 IDE</a>
|
||||
and is the successor of the Mozilla Skywriter (Bespin) project.</p>
|
||||
|
|
@ -91,6 +91,7 @@
|
|||
maintaining Ace.</p>
|
||||
</div>
|
||||
<div class="tab-pane fade active in" id="embedding">
|
||||
<h1>Embedding ACE in Your Site</h1>
|
||||
<h2>Take Ace for a spin!</h2>
|
||||
<div class="divider"></div>
|
||||
<p>Check out the <a href="./build/kitchen-sink.html">Ace live demo</a> or get a <a href="http://c9.io">Cloud9 IDE account</a> to experience Ace while editing one of your own GitHub projects.</p>
|
||||
|
|
@ -184,14 +185,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<ul class="menu-footer">
|
||||
<li><a href="http://c9.io">About Cloud9</a></li>
|
||||
<li>|</li>
|
||||
<li>Ace & Cloud9 IDE are © <a href="http://ajax.org">Ajax.org</a> 2012</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script defer src="./api/resources/javascripts/ga.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue