Nicolas Gallagher
93a6e5fa92
Update CHANGELOG
2018-02-08 15:57:42 -08:00
Nicolas Gallagher
73b6b0c7e8
7.0.0
2017-05-02 11:14:41 -07:00
Adam Gruber
2ac336c420
Update CHANGELOG.md ( #670 )
...
* Update CHANGELOG.md
Add a note about opinionate.css
* add similar projects section to README
2017-05-01 10:52:55 -04:00
Jonathan Neal
91f668be64
6.0.0
...
- Update CHANGELOG.md
- Update normalize.css header
- Update package.json
2017-03-26 18:23:57 -04:00
Jonathan Neal
f06565fe8e
5.0.0
2016-10-03 08:57:00 -04:00
Jonathan Neal
2b6082d43a
Update semver strategy ( #615 )
2016-08-21 19:11:06 -04:00
Jonathan Neal
5d728b83a5
More explicitly define font resets on form controls ( #607 )
2016-08-08 09:43:30 -04:00
Jonathan Neal
db6567c3da
Merge branch 'feature/html-sectioning'
2016-07-06 23:24:20 -04:00
Jonathan Neal
0dc4df63b7
Merge branch 'battaglr-placeholder'
2016-07-06 10:00:07 -04:00
Jonathan Neal
fa7d65ab39
Update CHANGELOG.md date
2016-06-30 09:49:26 -04:00
Jonathan Neal
bfe6c20e18
4.2.0
2016-06-30 01:36:25 -04:00
Jonathan Neal
39c21b3678
4.1.1
2016-04-12 08:54:53 -04:00
Jonathan Neal
a8e70333dc
4.1.0 ( #576 )
2016-04-12 08:43:06 -04:00
Jonathan Neal
84f39fb494
4.0.0
2016-03-19 17:14:10 -04:00
Jonathan Neal
7f2eaef38d
Update documentation and tests
2016-03-19 17:14:10 -04:00
Jonathan Neal
02c5c7adbb
Remove opinionated table resets
2016-02-03 12:00:11 -05:00
Jonathan Neal
65e14b8614
Update documentation and CHANGELOG.md
2016-02-03 11:59:20 -05:00
Fritz Lin
5daad010a2
Add comment addressing intentional duplicated monospace font
...
https://github.com/necolas/normalize.css/issues/480
2bdda84272/README.md (pre-code-kbd-samp)
2016-01-22 21:36:46 -05:00
Kaz Nishimura
5304c784ff
Address inconsistent styling of abbr[title]
2016-01-22 21:01:17 -05:00
Jonathan Neal
a3531ef27b
Update CHANGELOG.md for color inheritence change
2016-01-22 20:52:37 -05:00
Dominic Magnifico
5973b6a6e8
Ensure long-hand background declaration usage for consistency.
2016-01-22 00:46:42 -05:00
James Nowland
46e3e0554c
Normalize hr
overflow
...
Address IE 8,9,10,11 setting overflow to hidden.
2016-01-22 00:37:44 -05:00
Paul Radzkov
bb55babbd1
Address inconsistent styling of b and strong
2016-01-21 23:26:21 -05:00
Nicolas Gallagher
2bdda84272
3.0.3
2015-03-30 17:26:52 -07:00
Nicolas Gallagher
d83132802e
3.0.2
2014-10-04 12:39:33 -07:00
Maxime Thirouin
3a62048dae
Only alter 'background-color' of links in IE 10
...
Close #337
2014-10-04 12:28:04 -07:00
Nicolas Gallagher
5962c89829
Add menu
element to HTML5 display definitions
...
Fix #370
2014-10-04 11:38:31 -07:00
Nicolas Gallagher
071af828a2
3.0.1
2014-03-26 21:49:40 -07:00
Nicolas Gallagher
058ee3b0ad
Add package.json
2014-02-17 00:37:45 -08:00
Nicolas Gallagher
6ec1a10b5d
v3.0.0
2014-01-28 10:05:18 -08:00
Nicolas Gallagher
7f1e59a9df
v3.0.0-rc.1
2014-01-25 21:14:26 -08:00
Nicolas Gallagher
488f365fdd
Update CHANGELOG
2014-01-25 21:06:09 -08:00
Nicolas Gallagher
dafaf9ee60
v2.1.3
2013-08-26 11:37:18 -07:00
Nicolas Gallagher
4925d9b508
Update CHANGELOG
2013-08-26 11:36:05 -07:00
Nicolas Gallagher
37b483c1e1
Fix IE 10 active link background color
...
Remove the gray background color from active links in IE 10.
Fix gh-172
2013-07-01 23:42:37 -07:00
Nicolas Gallagher
56af2b1170
v2.1.2
2013-05-11 13:59:52 -07:00
Nicolas Gallagher
71d6cdc9a8
Revert root color and background normalization
...
Commit: 907890983e
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-07 23:40:22 -07:00
Nicolas Gallagher
a611f096b5
Correct date of 2.1.1 release in CHANGELOG
2013-04-07 19:41:16 -07:00
Nicolas Gallagher
691c71b985
v2.1.1
2013-04-07 17:27:53 -07:00
Nicolas Gallagher
4451c29dec
Fix typo
2013-04-03 14:13:17 -04:00
Nicolas Gallagher
907890983e
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 06:53:47 -07:00
Nicolas Gallagher
341199ff56
v2.1.0
2013-01-20 17:35:12 -08:00
Nicolas Gallagher
8d5137931f
Update CHANGELOG
2013-01-20 17:21:16 -08:00
Nicolas Gallagher
fc85cfb9f1
Normalize h1
margin
...
Chrome, Safari, and Firefox all adjust the margin of `h1` at several
levels of nesting within HTML5 sectioning elements. This change ensures
that the margin, like the font-size, does not vary in these contexts.
Fix gh-160
2013-01-20 10:03:47 -08:00
Nicolas Gallagher
6729f5e8f5
Update CHANGELOG
2013-01-20 09:47:45 -08:00
Nicolas Gallagher
28f1518666
Remove unnecessary pre
styles
...
`word-wrap: break-word` was only needed for IE 6/7, and `white-space:
pre` is the default for all supported browsers.
Fix gh-159
2013-01-19 13:07:09 -08:00
Nicolas Gallagher
63acb0bf1d
Update CHANGELOG
2013-01-14 20:55:41 -08:00
Nicolas Gallagher
994782f372
v2.0.1
2012-08-20 10:50:37 +01:00
François Robichet
dcc17fd21a
Remove stray IE 6/7 hack
2012-08-20 10:46:38 +01:00
Nicolas Gallagher
494d32bd1d
v2.0.0
2012-08-19 20:41:41 +01:00