diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:38:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:38:45 -0400 |
commit | 6eeb93afaa54a4d10aa06b683584d99683e5fae1 (patch) | |
tree | 441f0eb8c2f8a3130e6fd3c41afe343fa715b874 /files/de/web/css/length | |
parent | 9300e1df2b85949be1c0e858e7436c51bd1612da (diff) | |
download | translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.gz translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.bz2 translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.zip |
remove wiki.developer.mozilla.org links (de) (#1441)
Part of #1440
Diffstat (limited to 'files/de/web/css/length')
-rw-r--r-- | files/de/web/css/length/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/css/length/index.html b/files/de/web/css/length/index.html index 6309f0f045..c7f48f03d4 100644 --- a/files/de/web/css/length/index.html +++ b/files/de/web/css/length/index.html @@ -66,9 +66,9 @@ translation_of: Web/CSS/length <dt id="vw"><code>vw</code></dt> <dd><code>1vw</code> entspricht 1% Anzeigenbreite (vh = viewport width).</dd> <dt><code>vi</code> {{experimental_inline}}</dt> - <dd>Entspricht 1% der Länge der <a href="https://wiki.developer.mozilla.org/de/docs/Web/CSS/CSS_Logical_Properties">Inlineachse</a> des umgebenden Blocks. Die Inlineachse ist die Richtung, in der Text geschrieben wird, also horizontal für deutschen Text.</dd> + <dd>Entspricht 1% der Länge der <a href="/de/docs/Web/CSS/CSS_Logical_Properties">Inlineachse</a> des umgebenden Blocks. Die Inlineachse ist die Richtung, in der Text geschrieben wird, also horizontal für deutschen Text.</dd> <dt><code>vi</code> {{experimental_inline}}</dt> - <dd>Entspricht 1% der Länge der <a href="https://wiki.developer.mozilla.org/de/docs/Web/CSS/CSS_Logical_Properties">Blockachse</a> des umgebenden Blocks. Die Blockachse verläuft im Winkel von 90° zur Inlineachse, also vertikal für deutschen Text.</dd> + <dd>Entspricht 1% der Länge der <a href="/de/docs/Web/CSS/CSS_Logical_Properties">Blockachse</a> des umgebenden Blocks. Die Blockachse verläuft im Winkel von 90° zur Inlineachse, also vertikal für deutschen Text.</dd> <dt id="vmin"><code>vmin</code></dt> <dd>Der kleinere der Werte <code>vh</code> und <code>vw</code>.</dd> <dt id="vmax"><code>vmax</code></dt> |