aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css
diff options
context:
space:
mode:
authorrch850 <rich850@gmail.com>2021-11-16 19:38:46 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-11-20 00:22:08 +0900
commit32f1fe9f03f5df2f7c59e47ba3ceff9d1c877cfb (patch)
tree17a56cfb87954b2e0a0e3a0f303c1ad03573e047 /files/ja/web/css
parent8651ee0f8384d02e8a312238288b8588dc3791cf (diff)
downloadtranslated-content-32f1fe9f03f5df2f7c59e47ba3ceff9d1c877cfb.tar.gz
translated-content-32f1fe9f03f5df2f7c59e47ba3ceff9d1c877cfb.tar.bz2
translated-content-32f1fe9f03f5df2f7c59e47ba3ceff9d1c877cfb.zip
サンプルのマークアップに brush: html などがなかったのを修正
Diffstat (limited to 'files/ja/web/css')
-rw-r--r--files/ja/web/css/@media/prefers-contrast/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/css/@media/prefers-contrast/index.html b/files/ja/web/css/@media/prefers-contrast/index.html
index 6c0229b29e..6360347281 100644
--- a/files/ja/web/css/@media/prefers-contrast/index.html
+++ b/files/ja/web/css/@media/prefers-contrast/index.html
@@ -33,12 +33,12 @@ translation_of: Web/CSS/@media/prefers-contrast
<h3 id="HTML">HTML</h3>
-<pre class="notranslate">&lt;div class="contrast"&gt;low contrast box&lt;/div&gt;
+<pre class="brush: html notranslate">&lt;div class="contrast"&gt;low contrast box&lt;/div&gt;
</pre>
<h3 id="CSS">CSS</h3>
-<pre class="notranslate">.contrast {
+<pre class="brush: css notranslate">.contrast {
width: 100px;
height: 100px;
outline: 2px dashed black;