From 1163b5d812930aeb470a19b469ec08f634ffd2ff Mon Sep 17 00:00:00 2001 From: Beau Date: Wed, 3 Jul 2013 12:26:34 +1000 Subject: [PATCH 1/2] change `bold` to 700 --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 5e79cf07c..c386fb803 100644 --- a/normalize.css +++ b/normalize.css @@ -134,7 +134,7 @@ abbr[title] { b, strong { - font-weight: bold; + font-weight: 700; } /** From 88aa1a5c144d7922999153ce38e6e31bcebda756 Mon Sep 17 00:00:00 2001 From: Beau Date: Thu, 4 Jul 2013 09:36:51 +1000 Subject: [PATCH 2/2] Update normalize.css --- normalize.css | 1 - 1 file changed, 1 deletion(-) diff --git a/normalize.css b/normalize.css index c386fb803..5b74c874f 100644 --- a/normalize.css +++ b/normalize.css @@ -15,7 +15,6 @@ figcaption, figure, footer, header, -hgroup, main, nav, section,