From 74bcf15ac2be380fbd8a416c1acedcd809a715a3 Mon Sep 17 00:00:00 2001 From: Briana Cowles Date: Sat, 22 Dec 2018 21:43:36 -0500 Subject: [PATCH] Small grammar changes (#27553) clarifies content --- guide/english/css/id-selector/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/english/css/id-selector/index.md b/guide/english/css/id-selector/index.md index 1f10eae38e..aa17b889e8 100644 --- a/guide/english/css/id-selector/index.md +++ b/guide/english/css/id-selector/index.md @@ -18,8 +18,7 @@ section#about:hover { color: blue; } div.classname#specified_id { color: green; } ``` ### Note about IDs - -ID should be avoided when styling if possible. As it has high specificity and it can be overriden only if you inline styles, or add styles into ```