diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c6bcc9b --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) Nicolas Gallagher and Jonathan Neal + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 6a24ef4..972bdc9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -normalize.css -============= +# normalize.css Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the @@ -8,8 +7,7 @@ the styles that need normalizing. [Check out the demo](http://necolas.github.com/normalize.css/demo.html) -What does it do? ------------ +## What does it do? * Preserves useful defaults, unlike many CSS resets. * Normalizes styles for a wide range of elements. @@ -17,8 +15,7 @@ What does it do? * Improves usability with subtle improvements. * Explains what code does using detailed comments. -How to use it ------------ +## How to use it Normalize.css is intended to be used as an alternative to CSS resets. @@ -26,8 +23,7 @@ It's suggested that you read the `normalize.css` file and consider customising it to meet your needs. Alternatively, include the file in your project and override the defaults later in your CSS. -Browser support ------------ +## Browser support * Google Chrome * Mozilla Firefox 3+ @@ -35,19 +31,12 @@ Browser support * Opera 10+ * Internet Explorer 6+ -Contribute ------------ +## Contribute Please read my [issue guidelines](https://github.com/necolas/issue-guidelines). -License ------------ - -Public domain - -Acknowledgements ------------- +## Acknowledgements Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas) and [Jonathan Neal](http://github.com/jonathantneal). diff --git a/normalize.css b/normalize.css index 8fa27e0..f5df87f 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions