Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2013-01-30 17:19:06 +0400
committerJohnAlbin <virtually.johnalbin@gmail.com>2013-01-30 17:19:06 +0400
commit16ac37cc58f2c5e3f379845f11f5a2f70332c4ea (patch)
tree5974077bc859408ee17ca59af70625c884cfcce3 /CHANGELOG.md
parent4e527ebed4e7ca199e22c4f6225473f04e8a0888 (diff)
parent692e187b6e5e2fa2fa937bc3df51665a506684be (diff)
Merge normalize.css' v1 (version 1.1.0) into normalize.scss' master.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 306f2fa..c9cd5df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,17 @@
* Form elements automatically inherit `font-family` from ancestor.
* Drop support for IE 6/7, Firefox < 4, and Safari < 5.
+== 1.1.0 (January 21, 2013)
+
+* Normalize `text-transform` for `button` and `select`.
+* Normalize `hr` element (excluding IE 6/7).
+* Add `main` element to HTML5 display definitions.
+* Fix cursor style for disabled button `input`.
+
+== 1.0.2 (November 17, 2012)
+
+* Correct `h6` font size normalization.
+
== 1.0.1 (August 19, 2012)
* Adjust `small` font size normalization.