From 7b0ba6b083e301606c15dc97072cc5c4d4b3122e Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 20 Aug 2012 22:57:28 +0100 Subject: [PATCH] Update to Normalize.css 1.0.1 --- CHANGELOG.md | 3 ++- css/normalize.css | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5ca9d9a7..5dad4dbe35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/css/normalize.css b/css/normalize.css index f3e29ec47e..d4210aac29 100644 --- a/css/normalize.css +++ b/css/normalize.css @@ -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 @@ -241,8 +241,12 @@ q:after { content: none; } +/* + * Addresses inconsistent and variable font size in all browsers. + */ + small { - font-size: 75%; + font-size: 80%; } /*