diff options
author | Yeji Choi <61399588+yechoi42@users.noreply.github.com> | 2021-07-18 22:58:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 22:58:53 +0900 |
commit | 619211e9ba8a68c9d5de346dfc73fa0686c9148d (patch) | |
tree | 8c979eccdb1ba64e1b314ea2ab542ae3e6262c2e /files/ko/web/css/css_positioning | |
parent | 53fb7c6f1f2f22f558b4a5b9af867767ecfeddfd (diff) | |
download | translated-content-619211e9ba8a68c9d5de346dfc73fa0686c9148d.tar.gz translated-content-619211e9ba8a68c9d5de346dfc73fa0686c9148d.tar.bz2 translated-content-619211e9ba8a68c9d5de346dfc73fa0686c9148d.zip |
fix: delete wiki.mozilla.org from ko files (#1567)
* fix: delete wiki.mozilla.org from ko/learn files
* fix: delete wiki.mozilla.org from ko/glossary files
* fix: remove wiki
* fix: remove python script file
잘못올렸습니다.. ㅠ
* Update files/ko/web/html/attributes/index.html
Co-authored-by: hochan222 <hochan049@gmail.com>
Diffstat (limited to 'files/ko/web/css/css_positioning')
-rw-r--r-- | files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index 0e55368fa2..2c40658747 100644 --- a/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/ko/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -221,12 +221,12 @@ h1 { <h2 id="같이_보기">같이 보기</h2> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_without_z-index">Stacking without the z-index property</a>: The stacking rules that apply when <code>z-index</code> is not used.</li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_and_float">Stacking with floated blocks</a>: How floating elements are handled with stacking.</li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Adding_z-index">Using z-index</a>: How to use <code>z-index</code> to change default stacking.</li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_1">Stacking context example 1</a>: 2-level HTML hierarchy, <code>z-index</code> on the last level</li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_2">Stacking context example 2</a>: 2-level HTML hierarchy, <code>z-index</code> on all levels</li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_3">Stacking context example 3</a>: 3-level HTML hierarchy, <code>z-index</code> on the second level</li> + <li><a href="/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_without_z-index">Stacking without the z-index property</a>: The stacking rules that apply when <code>z-index</code> is not used.</li> + <li><a href="/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_and_float">Stacking with floated blocks</a>: How floating elements are handled with stacking.</li> + <li><a href="/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Adding_z-index">Using z-index</a>: How to use <code>z-index</code> to change default stacking.</li> + <li><a href="/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_1">Stacking context example 1</a>: 2-level HTML hierarchy, <code>z-index</code> on the last level</li> + <li><a href="/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_2">Stacking context example 2</a>: 2-level HTML hierarchy, <code>z-index</code> on all levels</li> + <li><a href="/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_3">Stacking context example 3</a>: 3-level HTML hierarchy, <code>z-index</code> on the second level</li> </ul> <div class="originaldocinfo"> |