aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/css/paged_media
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/pt-pt/web/css/paged_media
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/pt-pt/web/css/paged_media')
-rw-r--r--files/pt-pt/web/css/paged_media/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/pt-pt/web/css/paged_media/index.html b/files/pt-pt/web/css/paged_media/index.html
deleted file mode 100644
index 53d7d35781..0000000000
--- a/files/pt-pt/web/css/paged_media/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Média paginada
-slug: Web/CSS/Paged_Media
-tags:
- - CSS
- - CSS3
- - Quebras de Página
-translation_of: Web/CSS/Paged_Media
-original_slug: Web/CSS/Média_paginada
----
-<p>Paged media properties control the presentation of content for print or any other media that splits content into discrete pages. It allows you to set page breaks, control printable area, style left and right pages differently, and control breaks inside elements. Popularly supported properties include</p>
-
-<ul>
- <li>{{ cssxref("page-break-before") }}</li>
- <li>{{ cssxref("page-break-after") }}</li>
- <li>{{ cssxref("page-break-inside") }}</li>
- <li>{{ cssxref("orphans") }}</li>
- <li>{{ cssxref("widows") }}</li>
- <li>{{ cssxref("@page") }}</li>
-</ul>