aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
authorMasahiro Fujimoto <mfujimot@gmail.com>2021-10-19 21:05:39 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-28 02:04:23 +0900
commit9605b53a771319b1a9b59c65fef87c2ff3b67cf3 (patch)
treeb6cecc5c80a62b9f947faf2d71d2927f5ffbd82f /files/ja
parent09d10136633355937867a21d65db64ae3c4d5829 (diff)
downloadtranslated-content-9605b53a771319b1a9b59c65fef87c2ff3b67cf3.tar.gz
translated-content-9605b53a771319b1a9b59c65fef87c2ff3b67cf3.tar.bz2
translated-content-9605b53a771319b1a9b59c65fef87c2ff3b67cf3.zip
翻訳忘れの見出しを翻訳
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/web/css/text-decoration-style/index.md4
-rw-r--r--files/ja/web/css/text-decoration-thickness/index.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/css/text-decoration-style/index.md b/files/ja/web/css/text-decoration-style/index.md
index c57688cb8f..e00778011b 100644
--- a/files/ja/web/css/text-decoration-style/index.md
+++ b/files/ja/web/css/text-decoration-style/index.md
@@ -61,7 +61,7 @@ text-decoration-style: unset;
{{csssyntax}}
-## Examples
+## 例
<h3 id="Setting_a_wavy_underline">波線の下線を設定</h3>
@@ -92,7 +92,7 @@ text-decoration-style: unset;
<p class="wavy">このテキストには付近に赤い波線があります。</p>
```
-#### Results
+#### 結果
{{ EmbedLiveSample('Setting_a_wavy_underline', '', '', '') }}
diff --git a/files/ja/web/css/text-decoration-thickness/index.md b/files/ja/web/css/text-decoration-thickness/index.md
index b2d8586caf..3e459d8de0 100644
--- a/files/ja/web/css/text-decoration-thickness/index.md
+++ b/files/ja/web/css/text-decoration-thickness/index.md
@@ -56,7 +56,7 @@ text-decoration-thickness: unset;
{{csssyntax}}
-## Examples
+## 例
<h3 id="Varying_thickness">様々な太さ</h3>
@@ -90,7 +90,7 @@ text-decoration-thickness: unset;
}
```
-#### Results
+#### 結果
{{ EmbedLiveSample('Varying_thickness', '', '', '') }}