tweak logo

This commit is contained in:
nightwing 2013-10-05 13:50:53 +04:00
commit 0002bf4e4c
2 changed files with 7 additions and 8 deletions

View file

@ -16,11 +16,9 @@ body {
color: white;
}
#logo {
#c9-logo, #ace-logo {
padding: 0;
margin: -10px 0 0 37px;
border: none;
height: 145px;
}
#editor-container {

View file

@ -24,11 +24,8 @@
</head>
<body>
<div id="optionsPanel" style="position:absolute;height:100%;width:260px">
<a href="http://c9.io">
<img id="c9-logo" src="demo/kitchen-sink/logo.png" style="width: 172px;margin: -9px -30px -12px -14px;">
</a>
<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 href="http://c9.io" title="Cloud9 IDE | Your code anywhere, anytime">
<img id="c9-logo" src="demo/kitchen-sink/logo.png" style="width: 172px;margin: -9px 30px -12px 51px;">
</a>
<div style="position: absolute; overflow: hidden; top:100px; bottom:0">
<div style="width: 120%; height:100%; overflow-y: scroll">
@ -295,6 +292,10 @@
</table>
</td></tr>
</table>
<a href="http://ace.c9.io">
<img id="ace-logo" src="doc/site/images/ace-logo.png" style="width: 134px;margin: 46px 0px 4px 66px;">
</a>
</div>
</div>