update logo
This commit is contained in:
parent
cc5ed60464
commit
4e97b47838
3 changed files with 9 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 48 KiB |
|
|
@ -17,9 +17,10 @@ body {
|
|||
}
|
||||
|
||||
#logo {
|
||||
padding: 15px;
|
||||
margin-left: 70px;
|
||||
padding: 0;
|
||||
margin: -10px 0 0 37px;
|
||||
border: none;
|
||||
height: 145px;
|
||||
}
|
||||
|
||||
#editor-container {
|
||||
|
|
|
|||
|
|
@ -24,10 +24,13 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="optionsPanel" style="position:absolute;height:100%;width:260px">
|
||||
<a href="http://ajaxorg.github.com/ace/" >
|
||||
<img id="logo" src="demo/kitchen-sink/logo.png">
|
||||
<a href="http://c9.io">
|
||||
<img id="c9-logo" src="demo/kitchen-sink/logo.png" style="width: 172px;margin: -9px -30px -12px -14px;">
|
||||
</a>
|
||||
<div style="position: absolute; overflow: hidden; top:80px; bottom:0">
|
||||
<a href="http://ace.c9.io">
|
||||
<img id="ace-logo" src="doc/site/images/ace-logo.png" style="width: 134px;margin: -28px -14px 4px 4px;">
|
||||
</a>
|
||||
<div style="position: absolute; overflow: hidden; top:100px; bottom:0">
|
||||
<div style="width: 120%; height:100%; overflow-y: scroll">
|
||||
|
||||
<table id="controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue