File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
== HEAD
2
2
3
+ == 1.1.0 (January 21, 2013)
4
+
3
5
* Normalize ` text-transform ` for ` button ` and ` select ` .
4
6
* Normalize ` hr ` element (excluding IE 6/7).
5
7
* Add ` main ` element to HTML5 display definitions.
6
8
* Fix cursor style for disabled button ` input ` .
7
9
8
- == 1.0.2 (17 November, 2012)
10
+ == 1.0.2 (November 17 , 2012)
9
11
10
12
* Correct ` h6 ` font size normalization.
11
13
Original file line number Diff line number Diff line change 1
- # normalize.css v1.0.2
1
+ # normalize.css v1.1.0
2
2
3
3
Normalize.css is a customisable CSS file that makes browsers render all
4
4
elements more consistently and in line with modern standards. We researched the
5
5
differences between default browser styles in order to precisely target only
6
6
the styles that need normalizing.
7
7
8
- [ Check out the demo] ( http://necolas.github.com/normalize.css/1.0.2 /test.html )
8
+ [ Check out the demo] ( http://necolas.github.com/normalize.css/1.1.0 /test.html )
9
9
10
10
## What does it do?
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " normalize-css" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"author" : " Nicolas Gallagher" ,
5
5
"homepage" : " http://necolas.github.com/normalize.css/" ,
6
6
"styles" : [" normalize.css" ],
Original file line number Diff line number Diff line change 1
- /*! normalize.css v1.0.2 | MIT License | git.io/normalize */
1
+ /*! normalize.css v1.1.0 | MIT License | git.io/normalize */
2
2
3
3
/* ==========================================================================
4
4
HTML5 display definitions
You can’t perform that action at this time.
0 commit comments