diff options
Diffstat (limited to 'files/zh-cn/learn/css/css_layout')
-rw-r--r-- | files/zh-cn/learn/css/css_layout/legacy_layout_methods/index.html (renamed from files/zh-cn/learn/css/css_layout/传统的布局方法/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/learn/css/css_layout/positioning/index.html (renamed from files/zh-cn/learn/css/css_layout/定位/index.html) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/zh-cn/learn/css/css_layout/传统的布局方法/index.html b/files/zh-cn/learn/css/css_layout/legacy_layout_methods/index.html index 58313b6fdd..958a6626ea 100644 --- a/files/zh-cn/learn/css/css_layout/传统的布局方法/index.html +++ b/files/zh-cn/learn/css/css_layout/legacy_layout_methods/index.html @@ -1,7 +1,8 @@ --- title: 传统的布局方法 -slug: Learn/CSS/CSS_layout/传统的布局方法 +slug: Learn/CSS/CSS_layout/Legacy_Layout_Methods translation_of: Learn/CSS/CSS_layout/Legacy_Layout_Methods +original_slug: Learn/CSS/CSS_layout/传统的布局方法 --- <div>{{LearnSidebar}}</div> diff --git a/files/zh-cn/learn/css/css_layout/定位/index.html b/files/zh-cn/learn/css/css_layout/positioning/index.html index cbfa094300..3965d4bef1 100644 --- a/files/zh-cn/learn/css/css_layout/定位/index.html +++ b/files/zh-cn/learn/css/css_layout/positioning/index.html @@ -1,6 +1,6 @@ --- title: 定位 -slug: Learn/CSS/CSS_layout/定位 +slug: Learn/CSS/CSS_layout/Positioning tags: - CSS - 初学者 @@ -10,6 +10,7 @@ tags: - 相对定位 - 绝对定位 translation_of: Learn/CSS/CSS_layout/Positioning +original_slug: Learn/CSS/CSS_layout/定位 --- <div> <p>{{LearnSidebar}}</p> |