diff --git a/api/resources/csses/ace_api.css b/api/resources/csses/ace_api.css index 55a9bef1..b8ae65b8 100644 --- a/api/resources/csses/ace_api.css +++ b/api/resources/csses/ace_api.css @@ -317,6 +317,7 @@ ul.menu { padding-right: 10px; margin-bottom: 5px; position: absolute; + padding-top: 4px; } diff --git a/doc/resources/ace/skeleton/csses/ace_api.css b/doc/resources/ace/skeleton/csses/ace_api.css index 55a9bef1..b8ae65b8 100644 --- a/doc/resources/ace/skeleton/csses/ace_api.css +++ b/doc/resources/ace/skeleton/csses/ace_api.css @@ -317,6 +317,7 @@ ul.menu { padding-right: 10px; margin-bottom: 5px; position: absolute; + padding-top: 4px; } diff --git a/doc/site/images/logo_half.png b/doc/site/images/logo_half.png new file mode 100644 index 00000000..f99b0c4b Binary files /dev/null and b/doc/site/images/logo_half.png differ diff --git a/doc/site/style.css b/doc/site/style.css index b452add7..c0a47fa5 100644 --- a/doc/site/style.css +++ b/doc/site/style.css @@ -51,12 +51,12 @@ PRE{ padding : 10px; } -#header { - height : 227px; - position:relative; - overflow:hidden; - background: url(images/background.png) repeat-x 0 0; - border-bottom:1px solid #c9e8fa; + #header { + height: 93px; + position: relative; + background: url(images/background.png) repeat-x 0 0; + border-bottom: 1px solid #C9E8FA; + margin-top: 40px; } #header .content .signature { @@ -72,31 +72,30 @@ PRE{ .content { width:970px; position:relative; - overflow:hidden; margin:0 auto; } #header .content { - height:184px; - margin-top:22px; + height: 100%; + z-index: 90000; } #header .content .logo { - width : 282px; - height : 184px; - background:url(images/logo.png) no-repeat 0 0; - position:absolute; - top:0; - left:0; + width: 141px; + height: 92px; + background: url(images/logo_half.png) no-repeat 0 0; + position: absolute; + top: -14px; + left: 0; } #header .content .title { - width : 605px; - height : 58px; - background:url(images/ace.png) no-repeat 0 0; - position:absolute; - top:98px; - left:329px; + width: 605px; + height: 58px; + background: url(images/ace.png) no-repeat 0 0; + position: absolute; + top: 22px; + left: 329px; } #wrapper { diff --git a/index.html b/index.html index cdb6d5b4..9a22a4bd 100644 --- a/index.html +++ b/index.html @@ -1,150 +1,137 @@ - - - - - - - - - ACE - Ajax.org Cloud9 Editor - - - - - - - - - - -
-
+ + + + + ACE - Ajax.org Cloud9 Editor + + + + + + + + + + Fork me on GitHub + +
+ + + + + \ No newline at end of file