From 85afde04e5f69e94efef33388cf87a74132bb5eb Mon Sep 17 00:00:00 2001 From: ninjahellokitty <8458817+ninjahellokitty@users.noreply.github.com> Date: Thu, 13 Dec 2018 10:47:13 +0800 Subject: [PATCH] Rectify layout errors (#23904) to make it readable and understandable --- guide/english/css/comments-in-css/index.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/guide/english/css/comments-in-css/index.md b/guide/english/css/comments-in-css/index.md index 9788b7a5e7..82e19f85c7 100644 --- a/guide/english/css/comments-in-css/index.md +++ b/guide/english/css/comments-in-css/index.md @@ -64,6 +64,7 @@ Here are a few exmples to get you started of CSS comments you can use in your da ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ + /**************************************************************************** 1.0 - Reset */ @@ -82,20 +83,14 @@ Here are a few exmples to get you started of CSS comments you can use in your da /**************************************************************************** 6.0 - Body */ - /************************************************************************ - 5.1 - Sliders */ +/************************************************************************ +5.1 - Sliders */ - /************************************************************************ - 5.2 - Imagery */ +/************************************************************************ +5.2 - Imagery */ /**************************************************************************** 7.0 - Footer */ - -h2 { - font-size: 1.2em; - font-family: "Ubuntu", serif; - text-transform: uppercase; -} ``` Tip: Many code editors will comment a highlighted portion of text by typing `CMD + /` (Mac) or `CTRL + /` (Windows).