diff options
author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-07-17 00:14:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 00:14:43 -0300 |
commit | 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch) | |
tree | 4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/learn/css/css_layout/flexbox/index.html | |
parent | 7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff) | |
download | translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.gz translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.bz2 translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.zip |
[pt-BR] Normalize titles and ids from the Browser_compatibility (#1115)
* [pt-BR] Normalize titles and ids from the Browser_compatibility
This change was done to maintaina pattern and
ease-in future modifications
* pt-br: Remove extra closing span tags
Diffstat (limited to 'files/pt-br/learn/css/css_layout/flexbox/index.html')
-rw-r--r-- | files/pt-br/learn/css/css_layout/flexbox/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/learn/css/css_layout/flexbox/index.html b/files/pt-br/learn/css/css_layout/flexbox/index.html index f6e68c94d7..26e3d7c683 100644 --- a/files/pt-br/learn/css/css_layout/flexbox/index.html +++ b/files/pt-br/learn/css/css_layout/flexbox/index.html @@ -310,7 +310,7 @@ article:nth-of-type(3) { line-height: 1.5; }</pre> -<h2 id="Compatibilidade_entre_navegadores">Compatibilidade entre navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>O suporte a f<em>lexbox</em> está disponível nos navegadores mais novos — Firefox, Chrome, Opera, Microsoft Edge e IE 11, nas versões mais novas do Android e iOS, etc.<br> Contudo você deve estar ciente que ainda existem navegadores antigos em uso que não suportam a regra <em>flexbox</em> (ou até suportam, mas numa versão desatualizada).</p> |