From b9514f890a2bc21e4da95087a6a7d1cbd05690ce Mon Sep 17 00:00:00 2001 From: nerko19 <44301685+nerko19@users.noreply.github.com> Date: Fri, 23 Nov 2018 11:33:37 +0100 Subject: [PATCH] Fixed indentation. (#23329) --- guide/english/css/css-images/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/css-images/index.md b/guide/english/css/css-images/index.md index 538cd7ffc0..df6130a21a 100644 --- a/guide/english/css/css-images/index.md +++ b/guide/english/css/css-images/index.md @@ -19,7 +19,7 @@ The `img` element will be rendered by default in most browsers to be displayed a ``` img { display: inline-block; - } +} ``` #### More Information: