Skip to content

Commit

Permalink
Update to Normalize.css 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Aug 20, 2012
1 parent 28f922f commit 7b0ba6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Add a HiDPI example media query (#1127).
* Add bundled docs (#1154).
* Add MIT license (#1139).
* Separate normalize.css from the rest of the CSS (#1160).
* Update to Normalize.css 1.0.1.
* Separate Normalize.css from the rest of the CSS (#1160).
* Improve `console.log` protection (#1107).
* Replace hot pink text selection color with a neutral color.
* Change image replacement technique.
Expand Down
8 changes: 6 additions & 2 deletions css/normalize.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
Expand Down Expand Up @@ -241,8 +241,12 @@ q:after {
content: none;
}

/*
* Addresses inconsistent and variable font size in all browsers.
*/

small {
font-size: 75%;
font-size: 80%;
}

/*
Expand Down

0 comments on commit 7b0ba6b

Please sign in to comment.