aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br
diff options
context:
space:
mode:
authorNiedziolka Michal <100634371+NiedziolkaMichal@users.noreply.github.com>2022-03-05 22:44:53 +0100
committerGitHub <noreply@github.com>2022-03-05 22:44:53 +0100
commit9a01a5446e5c02cb66cb0c4423daf4a3a50f6453 (patch)
tree21a8bcae6005d4db68e24486851637cbeb5c2fde /files/pt-br
parentae31d37aef1b9cf3b307651166f1cb0c02d1eaf7 (diff)
downloadtranslated-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/pt-br')
-rw-r--r--files/pt-br/web/css/vertical-align/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/css/vertical-align/index.html b/files/pt-br/web/css/vertical-align/index.html
index 5461771c73..623c7deb34 100644
--- a/files/pt-br/web/css/vertical-align/index.html
+++ b/files/pt-br/web/css/vertical-align/index.html
@@ -79,7 +79,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>Para alinhar verticalmente o conteudo de uma celula em uma tabela:</li>
@@ -118,7 +118,7 @@ td {
</pre>
</div>
-<p>{{EmbedLiveSample("vertical-align-table", 1200, 210, "", "", "example-outcome-frame")}}</p>
+<p>{{EmbedLiveSample("vertical-align-table", 1200, 230)}}</p>
<p>Observe que  <code>vertical-align</code> é aplicado apenas em elementos inline e table-cell: Você não pode usar isso para alinhar verticalmente elementos de nível de bloco.</p>