From d6b8c5fcee04741618ce69a8049c0676b60f8fed Mon Sep 17 00:00:00 2001 From: Weerayut Teja Date: Wed, 16 Jan 2019 06:28:06 +0700 Subject: [PATCH] Remove meaningless 4 in use a retina image guide (#30789) --- .../use-a-retina-image-for-higher-resolution-displays/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/certifications/responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays/index.md b/guide/english/certifications/responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays/index.md index 83f89e6deb..47c7754abb 100644 --- a/guide/english/certifications/responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays/index.md +++ b/guide/english/certifications/responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays/index.md @@ -7,7 +7,7 @@ Following the instructions: Set the width and height of the img tag to half of their original values. In this case, both the original height and the original width are 200px. -the style 4 becomes: +the style becomes: ```css