improve download page more
This commit is contained in:
parent
9c253a627c
commit
6b2184821e
@ -366,22 +366,22 @@ table td code b {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
th.width250 {
|
||||
.width250 {
|
||||
width: 250px;
|
||||
}
|
||||
th.width200 {
|
||||
.width200 {
|
||||
width: 200px;
|
||||
}
|
||||
th.width300 {
|
||||
.width300 {
|
||||
width: 300px;
|
||||
}
|
||||
th.width100 {
|
||||
.width100 {
|
||||
width: 100px;
|
||||
}
|
||||
th.width140 {
|
||||
.width140 {
|
||||
width: 140px;
|
||||
}
|
||||
th.minwidth {
|
||||
.minwidth {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
|
23
download.md
23
download.md
@ -5,16 +5,27 @@ title: Download
|
||||
|
||||
## Download Leaflet
|
||||
|
||||
Besides the library itself, the download package contains full source
|
||||
code, unit tests, files for debugging and a build system. The production
|
||||
files (included the same way as in the code above) are in the `dist`
|
||||
folder.
|
||||
Besides the library itself, the download package contains full source code, unit tests, files for debugging and a build system. The production files are in the `dist` folder.
|
||||
|
||||
[Download Leaflet 0.3.1 stable](https://github.com/CloudMade/Leaflet/zipball/v0.3.1) (February 14, 2012)<br />
|
||||
[Download Leaflet 0.4 master](http://github.com/CloudMade/Leaflet/zipball/master) (in-progress version)
|
||||
<table>
|
||||
<tr>
|
||||
<th>Version</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="width100"><a href="https://github.com/CloudMade/Leaflet/zipball/v0.3.1">Leaflet 0.3.1</a></td>
|
||||
<td>Stable version, released on February 14, 2012</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://github.com/CloudMade/Leaflet/zipball/master">Leaflet master</a></td>
|
||||
<td>In-progress version, developed on the <code>master</code> branch</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
[View Changelog](https://github.com/CloudMade/Leaflet/blob/master/CHANGELOG.md)
|
||||
|
||||
Note that the master version can contain incompatible changes, so please read the changelog carefully when upgrading to it.
|
||||
|
||||
### Using a Hosted Version of Leaflet
|
||||
|
||||
The latest stable release of Leaflet is hosted on a CDN — to start using
|
||||
|
Loading…
Reference in New Issue
Block a user