Commit Graph

15 Commits

Author SHA1 Message Date
Nicolas Gallagher
857aa8bfd4 v1.1.3 2013-08-29 18:53:52 -07:00
Hans Christian Reinl
f17e57aba7 Update component.json to fit new specification
Please see 690f8abb to see the full description in v2.
2013-08-29 18:50:49 -07:00
Nicolas Gallagher
223bec90d5 v1.1.2 2013-05-11 14:00:28 -07:00
Nicolas Gallagher
52e76de509 Revert root color and background normalization
Commit: 121c08273b

The change caused problems with `body` background color no longer
bubbling up the the `html` element.

It also prevented you from setting `color` or `background` styles on
`html` before the normalize.css styles.

It might not be possibly to safely address – within normalize.css –
the problem that it was trying to avoid.

Fix gh-188
2013-05-11 11:36:10 -07:00
Nicolas Gallagher
1e768e746a v1.1.1 2013-04-07 17:23:36 -07:00
Nicolas Gallagher
d31707e2b7 Fix typo 2013-04-03 14:14:01 -04:00
Nicolas Gallagher
121c08273b Protect root against system color schemes
System color schemes (in particular, custom themes in Windows and Linux
distros) affect Firefox, IE, and Opera. Normalizing the web site/app's
root background and text color prevents these unwanted settings from
being used. Chrome doesn't apply system-level schemes to websites.

Fix gh-170
2013-04-01 07:07:02 -07:00
Nicolas Gallagher
97e7867161 v1.1.0 2013-01-20 17:38:28 -08:00
Nicolas Gallagher
5dbbae183a Update CHANGELOG 2013-01-20 17:25:40 -08:00
Nicolas Gallagher
54f470cfc6 Update CHANGELOG 2013-01-20 09:49:15 -08:00
Nicolas Gallagher
c0a9664c12 Update CHANGELOG 2013-01-14 20:56:46 -08:00
Nicolas Gallagher
43af50617c v1.0.2 2012-11-17 10:33:15 -08:00
Nicolas Gallagher
9d729698e6 v1.0.1 2012-08-19 20:38:00 +01:00
Nicolas Gallagher
0cdbf7c713 Adjust small font size normalization
Make the font size for `small` not quite so small. The default value of
`smaller` doesn't scale the base font size down by the same proportion
whatever the base size. IE 6/7/8 end up rendering small text larger than
most modern browsers. Opera can render it slightly smaller than Chrome
and Firefox when the base font size is relatively large.

The previous size of `75%` was a bit too small.
2012-08-19 19:45:58 +01:00
Nicolas Gallagher
9f5837a95a Add CHANGELOG 2012-08-16 22:04:16 +01:00