Update download links and version numbers

This commit is contained in:
Nicolas Gallagher 2013-04-07 17:35:53 -07:00
parent 822b461af2
commit 05197be330

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width">
<title>Normalize.css: Make browsers render all elements more consistently.</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="1.1.0/normalize.css">
<link rel="stylesheet" href="1.1.1/normalize.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
@ -20,24 +20,24 @@
<div class="cta-option">
<a class="btn-download"
href="http://necolas.github.com/normalize.css/2.1.0/normalize.css">
href="http://necolas.github.com/normalize.css/2.1.1/normalize.css">
<strong>Download</strong>
<span class="version">v2.1.0</span>
<span class="version">v2.1.1</span>
</a>
<div class="txt-small txt-mute">IE 8+, Firefox 4+, Safari 5+, Opera, Chrome</div>
<a class="txt-small txt-mute"
href="https://github.com/necolas/normalize.css/blob/v2.1.0/CHANGELOG.md">See the CHANGELOG</a>
href="https://github.com/necolas/normalize.css/blob/v2.1.1/CHANGELOG.md">See the CHANGELOG</a>
</div>
<div class="cta-option">
<a class="btn-download btn-download-alt"
href="http://necolas.github.com/normalize.css/1.1.0/normalize.css">
href="http://necolas.github.com/normalize.css/1.1.1/normalize.css">
Download
<span class="version">v1.1.0</span>
<span class="version">v1.1.1</span>
</a>
<div class="txt-small txt-mute">Includes legacy browser support</div>
<a class="txt-small txt-mute"
href="https://github.com/necolas/normalize.css/blob/v1.1.0/CHANGELOG.md">See the CHANGELOG</a>
href="https://github.com/necolas/normalize.css/blob/v1.1.1/CHANGELOG.md">See the CHANGELOG</a>
</div>
<p class="txt-large">…or install with <a href="http://twitter.github.com/bower/">Bower</a>.</p>