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

one more documentation waypoint, now with running for Try CoffeeScript, and a recompiled Underscore.coffee -- wordsmithing next

This commit is contained in:
Jeremy Ashkenas 2010-02-21 16:36:34 -05:00
parent dbe5328c33
commit 535cf28220
7 changed files with 41 additions and 1048 deletions

View file

@ -148,7 +148,7 @@ div.code {
}
.navigation .contents.repl_wrapper {
left: -162px;
width: 640px;
width: 700px;
padding: 0;
}
.navigation .contents.repl_wrapper .code {
@ -156,6 +156,12 @@ div.code {
background: transparent;
border: 0;
}
.navigation .code button {
bottom: 10px;
}
.navigation .compile {
left: 240px; right: auto;
}
.navigation .contents a {
display: block;
width: 300px;
@ -193,5 +199,5 @@ div.code {
text-transform: none;
font-weight: normal;
min-height: 260px;
width: 295px;
width: 355px;
}