diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 17 | ||||
-rw-r--r-- | files/zh-tw/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html | 16 |
2 files changed, 16 insertions, 17 deletions
diff --git a/files/zh-cn/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html b/files/zh-cn/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html index 04b58fe3c8..134aa4d354 100644 --- a/files/zh-cn/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html +++ b/files/zh-cn/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html @@ -339,15 +339,14 @@ translation_of: Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout </div> <pre class="brush: html"><div class="wrapper"> - <div>One</div> - <div>Two - <p>I have some more content in.</p> - -<p>This makes me taller than 100 pixels.</p> -</div> - <div>Three</div> - <div>Four</div> - <div>Five</div> + <div>One</div> + <div>Two + <p>I have some more content in.</p> + <p>This makes me taller than 100 pixels.</p> + </div> + <div>Three</div> + <div>Four</div> + <div>Five</div> </div> </pre> diff --git a/files/zh-tw/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html b/files/zh-tw/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html index 2c6c9685cc..49463d66e5 100644 --- a/files/zh-tw/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html +++ b/files/zh-tw/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html @@ -310,14 +310,14 @@ translation_of: Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout </div> <pre class="brush: html"><div class="wrapper"> - <div>One</div> - <div>Two - <p>I have some more content in.</p> - <p>This makes me taller than 100 pixels.</p> -</div> - <div>Three</div> - <div>Four</div> - <div>Five</div> + <div>One</div> + <div>Two + <p>I have some more content in.</p> + <p>This makes me taller than 100 pixels.</p> + </div> + <div>Three</div> + <div>Four</div> + <div>Five</div> </div> </pre> |