mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add links to CHANGELOGs
This commit is contained in:
parent
c791053425
commit
d3acb85e54
@ -24,7 +24,9 @@
|
||||
<strong>Download</strong>
|
||||
<span class="version">v2.0.1</span>
|
||||
</a>
|
||||
<p class="txt-small txt-mute">IE 8+, Firefox 4+, Safari 5+, Opera, Chrome</p>
|
||||
<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.0.1/CHANGELOG.md">See the CHANGELOG</a>
|
||||
</div>
|
||||
|
||||
<div class="cta-option">
|
||||
@ -33,7 +35,9 @@
|
||||
Download
|
||||
<span class="version">v1.0.2</span>
|
||||
</a>
|
||||
<p class="txt-small txt-mute">Includes legacy browser support</p>
|
||||
<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.0.2/CHANGELOG.md">See the CHANGELOG</a>
|
||||
</div>
|
||||
|
||||
<div class="share-bar">
|
||||
|
3
main.css
3
main.css
@ -124,7 +124,6 @@ p {
|
||||
box-shadow: none;
|
||||
color: #666;
|
||||
font-size: 1.25em;
|
||||
|
||||
}
|
||||
|
||||
.btn-download-alt:hover,
|
||||
@ -178,14 +177,12 @@ p {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
|
||||
.read-more {
|
||||
float: none;
|
||||
display: block;
|
||||
margin: 0 0 1em;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 540px) {
|
||||
|
Loading…
Reference in New Issue
Block a user