mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
almost 0.1
This commit is contained in:
21
index.html
21
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user