1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

new logo, credit to rampall.

This commit is contained in:
Jeremy Ashkenas 2010-12-21 21:28:31 -05:00
parent 4375a03f38
commit b32eb2bfc1
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ div.code {
height: 50px; height: 50px;
min-width: 490px; min-width: 490px;
left: 40px; right: 40px; top: 25px; left: 40px; right: 40px; top: 25px;
padding-left: 235px; padding-left: 252px;
background: #eee; background: #eee;
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dadada)); background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dadada));
background: -moz-linear-gradient(top, #f8f8f8, #dadada); background: -moz-linear-gradient(top, #f8f8f8, #dadada);
@ -140,7 +140,7 @@ div.code {
} }
#logo { #logo {
display: block; display: block;
width: 215px; height: 50px; width: 225px; height: 50px;
background: url('../images/logo.png'); background: url('../images/logo.png');
position: absolute; position: absolute;
top: 0px; left: 10px; top: 0px; left: 10px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB