aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css
diff options
context:
space:
mode:
authoryionr <yionr99@gmail.com>2021-12-02 14:26:24 +0800
committerIrvin <irvinfly@gmail.com>2021-12-03 00:36:10 +0800
commit3b4cd8ce5afde1ac5c87628b3e1d8d45fcfce95d (patch)
tree5d8e30c3ed4a498d58b9c89c9ece388a41f36770 /files/zh-cn/web/css
parentda36b7d2121a5b5bd1a44e14e72bb31ebddb0dc7 (diff)
downloadtranslated-content-3b4cd8ce5afde1ac5c87628b3e1d8d45fcfce95d.tar.gz
translated-content-3b4cd8ce5afde1ac5c87628b3e1d8d45fcfce95d.tar.bz2
translated-content-3b4cd8ce5afde1ac5c87628b3e1d8d45fcfce95d.zip
fix 补充相对英文文档遗漏的内容
Diffstat (limited to 'files/zh-cn/web/css')
-rw-r--r--files/zh-cn/web/css/vertical-align/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/vertical-align/index.html b/files/zh-cn/web/css/vertical-align/index.html
index eacb94adfc..3c55e414be 100644
--- a/files/zh-cn/web/css/vertical-align/index.html
+++ b/files/zh-cn/web/css/vertical-align/index.html
@@ -101,7 +101,7 @@ td {
<p>{{EmbedLiveSample("vertical-align-table", 1200, 210, "", "", "example-outcome-frame")}}</p>
-<p>注意 <code>vertical-align</code> 只对行内元素、表格单元格元素生效:不能用它垂直对齐<a href="/zh-CN/docs/Web/HTML/Block-level_elements">块级元素</a>。</p>
+<p>注意 <code>vertical-align</code> 只对行内元素、行内块元素和表格单元格元素生效:不能用它垂直对齐<a href="/zh-CN/docs/Web/HTML/Block-level_elements">块级元素</a>。</p>
<h2 id="语法">语法</h2>