From ed2d5f09ab1686d33475b8d7e286cea873aefb82 Mon Sep 17 00:00:00 2001 From: jaceclowdus <44301450+jaceclowdus@users.noreply.github.com> Date: Wed, 13 Feb 2019 04:51:12 -0500 Subject: [PATCH] Fix punctuation in line 46 (#27206) * Fix punctuation in line 46 * Fix W3C Link --- guide/english/css/margins/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/css/margins/index.md b/guide/english/css/margins/index.md index dc6ebd1679..59042c2ed1 100644 --- a/guide/english/css/margins/index.md +++ b/guide/english/css/margins/index.md @@ -70,10 +70,10 @@ An element can be aligned to the center by making it a block element and changin - `%` implies relative to the parent element. ## Browser Support -It is effectively supported in all browsers (since IE6+, Firefox 2+, Chrome 1+ etc) +It is effectively supported in all browsers (since IE6+, Firefox 2+, Chrome 1+, etc). ### More Information -- W3C Working Draft +- W3C Working Draft - W3C CSS Level 2 - W3C CSS Level 1 - MDN Web Docs