From ae4f3f07e583e33c8a21e146d6682d5a08c174b4 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sun, 28 Oct 2018 04:01:25 +1100 Subject: [PATCH] Remove extraneous CSS selector (#13996) --- fixtures/dom/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/dom/src/style.css b/fixtures/dom/src/style.css index 6d401295c8..f17ec79024 100644 --- a/fixtures/dom/src/style.css +++ b/fixtures/dom/src/style.css @@ -50,7 +50,7 @@ h3 { margin: 8px 0 16px; } -h4, h4, h5, h6 { +h4, h5, h6 { font-size: 16px; margin: 0 0 16px; }