mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update CHANGELOG
This commit is contained in:
parent
d00c1c98ae
commit
488f365fdd
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
||||
=== HEAD
|
||||
|
||||
* Explicit tests for each normalization.
|
||||
* Fix i18n for `q` element.
|
||||
* Fix `pre` text formatting and overflow.
|
||||
* Fix vertical alignment of `progress`.
|
||||
* Address `button` overflow in IE 8/9/10.
|
||||
* Revert `textarea` alignment modification.
|
||||
* Fix number input button cursor in Chrome on OS X.
|
||||
* Remove `a:focus` outline normalization.
|
||||
* Fix `figure` margin normalization.
|
||||
* Normalize `optgroup`.
|
||||
* Remove default table cell padding.
|
||||
* Set correct display for `progress` in IE 8/9.
|
||||
* Fix `font` and `color` inheritance for forms.
|
||||
|
||||
=== 2.1.3 (August 26, 2013)
|
||||
|
||||
* Fix component.json.
|
||||
|
@ -334,7 +334,7 @@
|
||||
<p><input type="reset" value="input (reset)"></p>
|
||||
<p><input type="submit" value="input (submit)"></p>
|
||||
</div>
|
||||
<h3 class="Test-it">should be stylable</h3>
|
||||
<h3 class="Test-it">should be styleable</h3>
|
||||
<div class="Test-run" id="button-like-style">
|
||||
<style>
|
||||
#button-like-style button,
|
||||
@ -418,7 +418,7 @@
|
||||
</div>
|
||||
|
||||
<h2 class="Test-describe"><code>input[type="search"]</code></h2>
|
||||
<h3 class="Test-it">should be stylable</h3>
|
||||
<h3 class="Test-it">should be styleable</h3>
|
||||
<div class="Test-run">
|
||||
<input type="search" style="border:1px solid #ADD8E6; padding:10px; width:200px;">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user