Un-hide release notes for 1.0.
Shade prerelease standalone versions in download list.
This commit is contained in:
parent
60e240ad40
commit
9ef772465f
|
@ -38,7 +38,9 @@
|
||||||
table { border-collapse: collapse; width: 100% }
|
table { border-collapse: collapse; width: 100% }
|
||||||
table th, table td { border: 1px solid #aaa; padding: .2em; }
|
table th, table td { border: 1px solid #aaa; padding: .2em; }
|
||||||
table td { white-space:nowrap; }
|
table td { white-space:nowrap; }
|
||||||
td.sha { font-size: 0.9em }
|
#standalone-downloads td { font-family: monospace; }
|
||||||
|
#standalone-downloads td.sha { font-size: 0.8em; }
|
||||||
|
#standalone-downloads .rc td { background-color: #ddd; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -23,7 +23,7 @@ describe("Jasmine", function() {
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<h4>For pure JavaScript projects:</h4>
|
<h4>For pure JavaScript projects:</h4>
|
||||||
<!-- START_DOWNLOADS -->
|
<!-- START_DOWNLOADS -->
|
||||||
<table>
|
<table id="standalone-downloads">
|
||||||
<tr><th></th><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr>
|
<tr><th></th><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="link"><a href='downloads/jasmine-standalone-1.0.0.zip'>jasmine-standalone-1.0.0.zip</a></td>
|
<td class="link"><a href='downloads/jasmine-standalone-1.0.0.zip'>jasmine-standalone-1.0.0.zip</a></td>
|
||||||
|
@ -32,7 +32,7 @@ describe("Jasmine", function() {
|
||||||
<td class="date">2010/09/14 12:54:38 PDT</td>
|
<td class="date">2010/09/14 12:54:38 PDT</td>
|
||||||
<td class="sha">1866f654a3ad0ab9109393ce31d6613c77916607</td>
|
<td class="sha">1866f654a3ad0ab9109393ce31d6613c77916607</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr class="rc">
|
||||||
<td class="link"><a href='downloads/jasmine-standalone-1.0.0.rc1.zip'>jasmine-standalone-1.0.0.rc1.zip</a></td>
|
<td class="link"><a href='downloads/jasmine-standalone-1.0.0.rc1.zip'>jasmine-standalone-1.0.0.rc1.zip</a></td>
|
||||||
<td class="version">1.0.0.rc1</td>
|
<td class="version">1.0.0.rc1</td>
|
||||||
<td class="size">19k</td>
|
<td class="size">19k</td>
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Jasmine Release Notes
|
||||||
|
|
||||||
<div class="wikistyle">
|
<div class="wikistyle">
|
||||||
|
|
||||||
<div class="release" style="display: none">
|
<div class="release">
|
||||||
<h2>Release 1.0 — September 14, 2010</h2>
|
<h2>Release 1.0 — September 14, 2010</h2>
|
||||||
<h3>Jasmine Core</h3>
|
<h3>Jasmine Core</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue