Skip to content

Commit b757970

Browse files
committed
Minor copy and comment adjustments
1 parent 6de1f05 commit b757970

File tree

3 files changed

+22
-27
lines changed

3 files changed

+22
-27
lines changed

README.md

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

4-
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.
4+
Normalize.css is a customisable CSS file that makes browsers render all
5+
elements more consistently and in line with modern standards. We researched the
6+
differences between default browser styles in order to precisely target only
7+
the styles that need normalizing.
58

69
[Check out the demo](http://necolas.github.com/normalize.css/demo.html)
710

@@ -19,11 +22,9 @@ How to use it
1922

2023
Normalize.css is intended to be used as an alternative to CSS resets.
2124

22-
It is suggested that you read through the `normalize.css` file and customise it to meet the design requirements of a project rather including it as a "black box".
23-
24-
If you prefer to use a different CSS formatting style, consider using a tool like [Procssor](http://procssor.com/).
25-
26-
If you would like to minify the file, you can use a tool like this [online CSS compressor using YUI Compressor](http://www.refresh-sf.com/yui/) or perform the minification as part of your build process.
25+
It's suggested that you read the `normalize.css` file and consider customising
26+
it to meet your needs. Alternatively, include the file in your project and
27+
override the defaults later in your CSS.
2728

2829
Browser support
2930
-----------
@@ -37,7 +38,8 @@ Browser support
3738
Contribute
3839
-----------
3940

40-
Please read the Wiki entry on [contributing to Normalize.css](https://github.com/necolas/normalize.css/wiki/contribute)
41+
Please read my [issue
42+
guidelines](https://github.com/necolas/issue-guidelines).
4143

4244
License
4345
-----------
@@ -47,4 +49,5 @@ Public domain
4749
Acknowledgements
4850
------------
4951

50-
Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas) and [Jonathan Neal](http://github.com/jonathantneal).
52+
Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas)
53+
and [Jonathan Neal](http://github.com/jonathantneal).

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h1>Forms</h1>
328328
<div><input type="week" value="1970-W01"></div>
329329
<div><input type="datetime" value="1970-01-01T00:00:00Z"></div>
330330
<div><input type="datetime-local" value="1970-01-01T00:00"></div>
331-
331+
332332
<div><input type="radio"></div>
333333
<div><input type="checkbox"></div>
334334

normalize.css

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
22

3-
/* =============================================================================
3+
/* ==========================================================================
44
HTML5 display definitions
55
========================================================================== */
66

@@ -53,8 +53,7 @@ audio:not([controls]) {
5353
display: none;
5454
}
5555

56-
57-
/* =============================================================================
56+
/* ==========================================================================
5857
Base
5958
========================================================================== */
6059

@@ -92,8 +91,7 @@ body {
9291
margin: 0;
9392
}
9493

95-
96-
/* =============================================================================
94+
/* ==========================================================================
9795
Links
9896
========================================================================== */
9997

@@ -115,8 +113,7 @@ a:hover {
115113
outline: 0;
116114
}
117115

118-
119-
/* =============================================================================
116+
/* ==========================================================================
120117
Typography
121118
========================================================================== */
122119

@@ -269,8 +266,7 @@ sub {
269266
bottom: -0.25em;
270267
}
271268

272-
273-
/* =============================================================================
269+
/* ==========================================================================
274270
Lists
275271
========================================================================== */
276272

@@ -309,8 +305,7 @@ nav ol {
309305
list-style-image: none;
310306
}
311307

312-
313-
/* =============================================================================
308+
/* ==========================================================================
314309
Embedded content
315310
========================================================================== */
316311

@@ -333,8 +328,7 @@ svg:not(:root) {
333328
overflow: hidden;
334329
}
335330

336-
337-
/* =============================================================================
331+
/* ==========================================================================
338332
Figures
339333
========================================================================== */
340334

@@ -346,8 +340,7 @@ figure {
346340
margin: 0;
347341
}
348342

349-
350-
/* =============================================================================
343+
/* ==========================================================================
351344
Forms
352345
========================================================================== */
353346

@@ -405,7 +398,7 @@ textarea {
405398

406399
button,
407400
input {
408-
line-height: normal; /* 1 */
401+
line-height: normal;
409402
}
410403

411404
/*
@@ -493,8 +486,7 @@ textarea {
493486
vertical-align: top; /* 2 */
494487
}
495488

496-
497-
/* =============================================================================
489+
/* ==========================================================================
498490
Tables
499491
========================================================================== */
500492

0 commit comments

Comments
 (0)