aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/css/vertical-align/index.html
diff options
context:
space:
mode:
authorAtsuto Yamashita <atyamash@yahoo-corp.jp>2022-03-15 19:47:35 +0900
committerGitHub <noreply@github.com>2022-03-15 19:47:35 +0900
commit9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0 (patch)
tree71952407ea41c86feabef4214610d59e15aae55d /files/de/web/css/vertical-align/index.html
parentc2678137db5f97ad1fe39e872529159a1afafec1 (diff)
parent9e7fbb013772ebab9b35185f0d0836995acbe6db (diff)
downloadtranslated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.gz
translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.bz2
translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.zip
Merge branch 'main' into fix-typo-client-side-web-apis-intro-ja
Diffstat (limited to 'files/de/web/css/vertical-align/index.html')
-rw-r--r--files/de/web/css/vertical-align/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/css/vertical-align/index.html b/files/de/web/css/vertical-align/index.html
index 43d76f8a1d..dc247353c5 100644
--- a/files/de/web/css/vertical-align/index.html
+++ b/files/de/web/css/vertical-align/index.html
@@ -61,7 +61,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>Um den Inhalt einer Zelle vertikal in einer Tabelle auszurichten:</li>
@@ -100,7 +100,7 @@ td {
</pre>
</div>
-<p>{{EmbedLiveSample("vertical-align-table", 1200, 210, "", "", "example-outcome-frame")}}</p>
+<p>{{EmbedLiveSample("vertical-align-table", 1200, 230)}}</p>
<p>Beachte, dass sich <code>vertical-align</code> nur auf inline- und Tabellenzellenelemente bezieht: es kann nicht eingesetzt werden um <a href="/de/docs/Web/HTML/Block-level_elemente">Block-level Elemente</a> auszurichten.</p>