diff options
author | Niedziolka Michal <100634371+NiedziolkaMichal@users.noreply.github.com> | 2022-03-05 22:44:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 22:44:53 +0100 |
commit | 9a01a5446e5c02cb66cb0c4423daf4a3a50f6453 (patch) | |
tree | 21a8bcae6005d4db68e24486851637cbeb5c2fde /files/zh-cn/web/css | |
parent | ae31d37aef1b9cf3b307651166f1cb0c02d1eaf7 (diff) | |
download | translated-content-9a01a5446e5c02cb66cb0c4423daf4a3a50f6453.tar.gz translated-content-9a01a5446e5c02cb66cb0c4423daf4a3a50f6453.tar.bz2 translated-content-9a01a5446e5c02cb66cb0c4423daf4a3a50f6453.zip |
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 <github@caugner.de>
* Removed empty parameter
Co-authored-by: Claas Augner <github@caugner.de>
* 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 <github@caugner.de>
Diffstat (limited to 'files/zh-cn/web/css')
-rw-r--r-- | files/zh-cn/web/css/vertical-align/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/css/vertical-align/index.html b/files/zh-cn/web/css/vertical-align/index.html index 3c55e414be..14acdecb59 100644 --- a/files/zh-cn/web/css/vertical-align/index.html +++ b/files/zh-cn/web/css/vertical-align/index.html @@ -60,7 +60,7 @@ p { </pre> </div> -<p>{{EmbedLiveSample("vertical-align-inline", 1200, 120, "", "", "example-outcome-frame")}}</p> +<p>{{EmbedLiveSample("vertical-align-inline", 1200, 160)}}</p> <ul> <li>垂直对齐表格单元内容:</li> @@ -99,7 +99,7 @@ td { </pre> </div> -<p>{{EmbedLiveSample("vertical-align-table", 1200, 210, "", "", "example-outcome-frame")}}</p> +<p>{{EmbedLiveSample("vertical-align-table", 1200, 230)}}</p> <p>注意 <code>vertical-align</code> 只对行内元素、行内块元素和表格单元格元素生效:不能用它垂直对齐<a href="/zh-CN/docs/Web/HTML/Block-level_elements">块级元素</a>。</p> |