Skip to content

Commit fba85c2

Browse files
committed
Update README; remove normalize.metrics.css
1 parent 696c274 commit fba85c2

File tree

2 files changed

+11
-145
lines changed

2 files changed

+11
-145
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
normalize.css
22
=============
33

4-
normalize.css makes browsers render all elements consistently and in line with modern standards. Our goal is to make modern presentation standards available to all browsers, young and old. We currently support Mozilla Firefox 3+, Apple Safari 4+, Chrome 10+, Opera 10+, and Internet Explorer 6+.
4+
normalize.css makes browsers render all elements more consistently and in line with modern standards.
55

6-
Installation
7-
-----------
8-
9-
Include this code somewhere in the HEAD of your document.
6+
CSS normalization is distinct from CSS resets. It tackles common cross-browser inconsistencies and bugs without erasing useful browser defaults; and there is no visual homogenization of elements with distinct semantics.
107

11-
<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />
8+
The `normalize.css` file is not intended to be a mysterious "black box" that is included in a project and then ignored. It is heavily commented to help expose the purpose of specific styles. You are encouraged to edit, customise, add to, and remove rulesets in order to meet the design requirements of a project.
129

13-
Contributing
14-
------------
10+
Browser support
11+
-----------
1512

16-
Want to contribute? Great! Let me know with an Issue or a Pull Request.
13+
Google Chrome
14+
Mozilla Firefox 3+
15+
Apple Safari 4+
16+
Opera 10+
17+
Internet Explorer 6+.
1718

1819
Links
1920
------------
2021

21-
[normalize.css on GoogleCode](https://normalize-css.googlecode.com/)
22-
23-
[normalize.css on GitHub](https://github.com/jonathantneal/normalize.css)
22+
[Jonathan Neal's normalize.css](https://github.com/jonathantneal/normalize.css)

normalize.metrics.css

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)