Styling fix.

This commit is contained in:
Christian Williams 2010-06-30 00:09:01 -07:00
parent c651db04c9
commit e63622da28
1 changed files with 7 additions and 5 deletions

View File

@ -32,6 +32,7 @@
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}
</style> </style>
</head> </head>
@ -48,7 +49,7 @@
<h1><a href="http://github.com/pivotal/jasmine"><img src="images/jasmine_logo.png" alt="Jasmine"/></a></h1> <h1><a href="http://github.com/pivotal/jasmine"><img src="images/jasmine_logo.png" alt="Jasmine"/></a></h1>
<hr/> <hr style="clear: both;"/>
<pre> <pre>
describe("Jasmine", function() { describe("Jasmine", function() {
@ -69,10 +70,11 @@ describe("Jasmine", function() {
<!-- START_DOWNLOADS --> <!-- START_DOWNLOADS -->
<table> <table>
<tr><th/><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr> <tr><th/><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr>
<td><a href='downloads/jasmine-standalone-0.11.1.zip'>jasmine-standalone-0.11.1.zip</a></td><td>0.11.1</td> <td class="link"><a href='downloads/jasmine-standalone-0.11.1.zip'>jasmine-standalone-0.11.1.zip</a></td>
<td>18k</td> <td class="version">0.11.1</td>
<td>2010/06/25 16:05:30 GMT -0700</td> <td class="size">18k</td>
<td>26998c7ca047e47f84c382a4efeb1dc5cb8661a6</td> <td class="date">2010/06/25 16:05:30 PDT</td>
<td class="sha">26998c7ca047e47f84c382a4efeb1dc5cb8661a6</td>
</table> </table>
<!-- END_DOWNLOADS --> <!-- END_DOWNLOADS -->
</p> </p>