aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorOphir LOJKINE <pere.jobs@gmail.com>2017-03-28 16:08:35 +0300
committerJonathan Neal <jonathantneal@hotmail.com>2017-03-28 09:08:35 -0400
commit790b3b3ffee0af3f97e960ce66ce6e4293b6b058 (patch)
tree187371de57a4881572477de866fd0959caaeb3c5
parent91f668be643185dd7b08f122ccee0df711d237c0 (diff)
downloadnormalize.css-790b3b3ffee0af3f97e960ce66ce6e4293b6b058.tar.gz
normalize.css-790b3b3ffee0af3f97e960ce66ce6e4293b6b058.zip
Fix markdown syntax (#662)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 972f68c..0de04a0 100644
--- a/README.md
+++ b/README.md
@@ -76,8 +76,8 @@ browsers. [Source](https://gist.github.com/413930).
Adding `overflow: hidden` fixes IE9's SVG rendering. Earlier versions of IE
don't support SVG, so we can safely use the `:not()` and `:root` selectors that
-modern browsers use in the default UA stylesheets to apply this style. [Source]
-(https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html).
+modern browsers use in the default UA stylesheets to apply this style.
+[Source](https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html).
#### `select`