From 16f1159a22cc52c4f6bb4d7df95d40b2619657a1 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 9 Oct 2021 00:15:17 +0900 Subject: Web/CSS/At-rule を更新 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/08/13 時点の英語版に同期 - 外部からのフラグメントへのリンクも更新 --- files/ja/web/css/@media/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/css/@media') diff --git a/files/ja/web/css/@media/index.html b/files/ja/web/css/@media/index.html index 222098da50..b335cc8467 100644 --- a/files/ja/web/css/@media/index.html +++ b/files/ja/web/css/@media/index.html @@ -19,7 +19,7 @@ translation_of: Web/CSS/@media

構文

-

@media @-規則は、コードの最上位に配置したり、他の条件付きグループ @-規則の中に入れ子にして配置したりすることができます。

+

@media @-規則は、コードの最上位に配置したり、他の条件付きグループ @-規則の中に入れ子にして配置したりすることができます。

/* コードの最上位 */
 @media screen and (min-width: 900px) {
-- 
cgit v1.2.3-54-g00ecf