Skip to content
Closed

V1 #866

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ee61f84
Add trailing slash to 'homepage' in component.json
necolas Aug 20, 2012
9323d0d
Correct `font-size` normalization for `h6`
necolas Nov 17, 2012
1364ab6
Update component.json for 'component' support
necolas Nov 17, 2012
43af506
v1.0.2
necolas Nov 17, 2012
d6c54bb
Language and comment style
necolas Nov 26, 2012
07c0beb
Fix cursor style for disabled button `input`
necolas Dec 2, 2012
048ea8b
Add `main` element to HTML5 display definitions
dawidkkruczek Jan 15, 2013
c0a9664
Update CHANGELOG
necolas Jan 15, 2013
b1ac8a4
Add `hr` test
necolas Jan 20, 2013
a51697a
Normalize `hr`
necolas Jan 20, 2013
54f470c
Update CHANGELOG
necolas Jan 20, 2013
acf4079
Normalize form element `text-transform`
necolas Jan 21, 2013
5dbbae1
Update CHANGELOG
necolas Jan 21, 2013
0c847f3
Update README acknowledgements
necolas Jan 21, 2013
97e7867
v1.1.0
necolas Jan 21, 2013
a91b3af
Clean up component.json
necolas Apr 1, 2013
121c082
Protect root against system color schemes
necolas Apr 1, 2013
d31707e
Fix typo
necolas Apr 3, 2013
8086921
Change gh-page URLs to use `.io`
necolas Apr 5, 2013
437072a
Add contribution guidelines
necolas Apr 8, 2013
1e768e7
v1.1.1
necolas Apr 8, 2013
4f2276d
Fix example `git tag` command in docs
necolas Apr 8, 2013
858bb90
Fix property ordering
necolas Apr 8, 2013
7749af6
Fix typo in CONTRIBUTING.md
necolas Apr 8, 2013
f5543a2
Add Bower manifest file
necolas May 11, 2013
c242292
Simplify the Component(1) manifest file
necolas May 11, 2013
52e76de
Revert root color and background normalization
necolas May 11, 2013
a27353c
Add `bower.json` to release instructions
necolas May 11, 2013
223bec9
v1.1.2
necolas May 11, 2013
f17e57a
Update component.json to fit new specification
drublic Aug 29, 2013
e44e170
Mention that v1 is no longer maintained
necolas Aug 30, 2013
857aa8b
v1.1.3
necolas Aug 30, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v1.1.0
  • Loading branch information
necolas committed Jan 21, 2013
commit 97e78671617343e9ef8d8fc221200ecf1c18f260
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
== HEAD

== 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 (17 November, 2012)
== 1.0.2 (November 17, 2012)

* Correct `h6` font size normalization.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# normalize.css v1.0.2
# normalize.css v1.1.0

Normalize.css is a customisable CSS file that makes browsers render all
elements more consistently and in line with modern standards. We researched the
differences between default browser styles in order to precisely target only
the styles that need normalizing.

[Check out the demo](http://necolas.github.com/normalize.css/1.0.2/test.html)
[Check out the demo](http://necolas.github.com/normalize.css/1.1.0/test.html)

## What does it do?

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-css",
"version": "1.0.2",
"version": "1.1.0",
"author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css/",
"styles": ["normalize.css"],
Expand Down
2 changes: 1 addition & 1 deletion normalize.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
Expand Down