From 9a01a5446e5c02cb66cb0c4423daf4a3a50f6453 Mon Sep 17 00:00:00 2001 From: Niedziolka Michal <100634371+NiedziolkaMichal@users.noreply.github.com> Date: Sat, 5 Mar 2022 22:44:53 +0100 Subject: Fix for vertical-align examples in Dark Mode (#4401) * Fix for vertical-align examples in Dark Mode * Removed empty parameter Co-authored-by: Claas Augner * Removed empty parameter Co-authored-by: Claas Augner * Fix for other locale * Revert "Fix for other locale" This reverts commit 2e7b836b3a4fbbbe4d0150e14e4e55f4f75f9c04. * Fixed for other locale, without idea files * Removed invalid quote * Changed 100% to 1200px * Removed quotes Co-authored-by: Claas Augner --- files/ko/web/css/vertical-align/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ko/web') diff --git a/files/ko/web/css/vertical-align/index.html b/files/ko/web/css/vertical-align/index.html index 0a139fbc61..92475d81e3 100644 --- a/files/ko/web/css/vertical-align/index.html +++ b/files/ko/web/css/vertical-align/index.html @@ -79,7 +79,7 @@ p { -

{{EmbedLiveSample("vertical-align-inline", 1200, 120, "", "", "example-outcome-frame")}}

+

{{EmbedLiveSample("vertical-align-inline", 1200, 160)}}

  • table의 한 셀에서 포함하고 있는 내용을 수직 정렬할 때:
  • @@ -118,7 +118,7 @@ td { -

    {{EmbedLiveSample("vertical-align-table", 1200, 210, "", "", "example-outcome-frame")}}

    +

    {{EmbedLiveSample("vertical-align-table", 1200, 230)}}

    vertical-align은 오로지 inline과 table-cell 엘리먼트에만 적용된다는 것에 주의하세요: 이 속성을 block level 엘리먼트에 사용할 수 없습니다.

    -- cgit v1.2.3-54-g00ecf