diff options
Diffstat (limited to 'files/de/web/css/vertical-align/index.html')
-rw-r--r-- | files/de/web/css/vertical-align/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/files/de/web/css/vertical-align/index.html b/files/de/web/css/vertical-align/index.html index 15729838cd..e401376bca 100644 --- a/files/de/web/css/vertical-align/index.html +++ b/files/de/web/css/vertical-align/index.html @@ -12,9 +12,7 @@ translation_of: Web/CSS/vertical-align <p>Die <a href="/de/docs/Web/CSS">CSS</a> Eigenschaft <strong><code>vertical-align</code></strong> bestimmt die vertikale Ausrichtung in inline Elementen oder in Tabellenzellen.</p> -<div>{{EmbedInteractiveExample("pages/css/vertical- -<div>align.html")}}</div> - +<div>{{EmbedInteractiveExample("pages/css/vertical-align.html")}} <div class="hidden">Die Quelle für dieses interaktive Beispiel ist in einem GitHub-Repository gespeichert. Wenn Sie zum Projekt der interaktiven Beispiele beitragen möchten, klonen Sie bitte <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> und senden Sie uns eine Pull-Anfrage.</div> </div> @@ -209,8 +207,6 @@ img.middle { vertical-align: middle; } <h2 id="Spezifikation">Spezifikation</h2> - - <table class="standard-table"> <thead> <tr> |