aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/box-orient
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-14 23:03:58 +0900
committerGitHub <noreply@github.com>2021-09-14 23:03:58 +0900
commit57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02 (patch)
tree1474a1556c2a424b38813183bab570529ff39c90 /files/ja/web/css/box-orient
parent192e9f4e82a2ad89ac985e715d63b70be9bf5996 (diff)
downloadtranslated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.gz
translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.bz2
translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.zip
Web/CSS以下の文書内のリンクURLを正規化 (#2368)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/css/box-orient')
-rw-r--r--files/ja/web/css/box-orient/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/box-orient/index.html b/files/ja/web/css/box-orient/index.html
index 34e64ad19f..95889a906c 100644
--- a/files/ja/web/css/box-orient/index.html
+++ b/files/ja/web/css/box-orient/index.html
@@ -11,7 +11,7 @@ translation_of: Web/CSS/box-orient
<p class="blockIndicator warning">これはもともと CSS Flexible Box Layout Module の草稿でしたが、より新しい標準に置き換えられました。現在の標準についての情報は<a href="/ja/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes">フレックスボックス</a>を参照してください。</p>
</div>
-<p><a href="/en-US/docs/Web/CSS">CSS</a> の <strong><code>box-orient</code></strong> プロパティは、要素がその中身をレイアウトする方向が、水平か垂直かを指定します。</p>
+<p><a href="/ja/docs/Web/CSS">CSS</a> の <strong><code>box-orient</code></strong> プロパティは、要素がその中身をレイアウトする方向が、水平か垂直かを指定します。</p>
<pre class="brush:css">/* キーワード値 */
box-orient: horizontal;