diff --git a/documentation/css/docs.css b/documentation/css/docs.css index 59a40bcb..af05b6c5 100644 --- a/documentation/css/docs.css +++ b/documentation/css/docs.css @@ -130,7 +130,8 @@ div.code { .navigation.try { border-left: 0; } - .navigation:hover { + .navigation:hover, + .navigation.active { background: #d0d0d0; background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c0c0c0)); background: -moz-linear-gradient(top, #f0f0f0, #c0c0c0); @@ -147,7 +148,7 @@ div.code { -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777; } - .navigation:hover .contents { + .navigation.active .contents { display: block; } .navigation .contents.repl_wrapper { diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 448937f3..1e5fcaf2 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -145,7 +145,7 @@ alert reverse '!tpircseeffoC'

- To install, first make sure you have a working version of + To install, first make sure you have a working version of Node.js, 0.1.30 or higher. Then clone the CoffeeScript source repository from GitHub, or download the latest @@ -741,7 +741,7 @@ coffee --print app/scripts/*.coffee > concatenation.js Change Log - +

0.5.0 CoffeeScript 0.5.0 is a major release, While there are no language changes, @@ -911,24 +911,45 @@ coffee --print app/scripts/*.coffee > concatenation.js + + diff --git a/index.html b/index.html index 1033a873..6486bc85 100644 --- a/index.html +++ b/index.html @@ -242,7 +242,7 @@ cubed_list = (function() {

- To install, first make sure you have a working version of + To install, first make sure you have a working version of Node.js, 0.1.30 or higher. Then clone the CoffeeScript source repository from GitHub, or download the latest @@ -1621,7 +1621,7 @@ task('test Change Log - +

0.5.0 CoffeeScript 0.5.0 is a major release, While there are no language changes, @@ -1791,24 +1791,45 @@ task('test + +