diff --git a/doc/site/style.css b/doc/site/style.css index dc0054f9..04bed0ac 100644 --- a/doc/site/style.css +++ b/doc/site/style.css @@ -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; diff --git a/index.html b/index.html index 3ae7e8bf..92a49978 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,12 @@ + - + - @@ -54,7 +54,7 @@

About ACE

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 Cloud9 IDE and is the successor of the Mozilla Skywriter (Bespin) project.

@@ -91,6 +91,7 @@ maintaining Ace.

+

Embedding ACE in Your Site

Take Ace for a spin!

Check out the Ace live demo or get a Cloud9 IDE account to experience Ace while editing one of your own GitHub projects.

@@ -184,14 +185,6 @@
- -