almost 0.1

This commit is contained in:
Jeremy Ashkenas
2009-10-27 13:50:02 -04:00
parent dc8d4e0b58
commit 26a9175419
3 changed files with 24 additions and 2 deletions

View File

@@ -36,6 +36,12 @@
b.method_name {
font-size: 18px;
}
table, tr, td {
margin: 0; padding: 0;
}
td {
padding: 2px 12px 2px 0;
}
code, pre, tt {
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 12px;
@@ -86,6 +92,21 @@
for your perusal.
</p>
<h2>Downloads</h2>
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version</a></td>
<td><i>(16kb, Uncompressed Code)</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version</a></td>
<td><i>(4kb, Packed and Gzipped)</i></td>
</tr>
</table>
</p>
<h2>Table of Contents</h2>
<p>