diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/es/web/css/introducción | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/es/web/css/introducción')
8 files changed, 8 insertions, 0 deletions
diff --git a/files/es/web/css/introducción/boxes/index.html b/files/es/web/css/introducción/boxes/index.html index 1feede593a..caccdd80b2 100644 --- a/files/es/web/css/introducción/boxes/index.html +++ b/files/es/web/css/introducción/boxes/index.html @@ -2,6 +2,7 @@ title: Boxes slug: Web/CSS/Introducción/Boxes translation_of: Learn/CSS/Building_blocks +translation_of_original: Web/Guide/CSS/Getting_started/Boxes --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/es/web/css/introducción/cascading_and_inheritance/index.html b/files/es/web/css/introducción/cascading_and_inheritance/index.html index 64bf0dd443..b47218eb7a 100644 --- a/files/es/web/css/introducción/cascading_and_inheritance/index.html +++ b/files/es/web/css/introducción/cascading_and_inheritance/index.html @@ -2,6 +2,7 @@ title: Cascada y herencia slug: Web/CSS/Introducción/Cascading_and_inheritance translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/es/web/css/introducción/color/index.html b/files/es/web/css/introducción/color/index.html index 578f1e6898..030fa9d692 100644 --- a/files/es/web/css/introducción/color/index.html +++ b/files/es/web/css/introducción/color/index.html @@ -2,6 +2,7 @@ title: Color slug: Web/CSS/Introducción/Color translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors +translation_of_original: Web/Guide/CSS/Getting_started/Color --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/es/web/css/introducción/how_css_works/index.html b/files/es/web/css/introducción/how_css_works/index.html index 7940c9a060..f4beb05519 100644 --- a/files/es/web/css/introducción/how_css_works/index.html +++ b/files/es/web/css/introducción/how_css_works/index.html @@ -10,6 +10,7 @@ tags: - Inicio - Web translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/es/web/css/introducción/index.html b/files/es/web/css/introducción/index.html index 678ec25622..09177572fa 100644 --- a/files/es/web/css/introducción/index.html +++ b/files/es/web/css/introducción/index.html @@ -6,6 +6,7 @@ tags: - 'CSS:Introducción' - para_revisar translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started --- <h2 id="Presentación"><span class="goog-gtc-unit" id="goog-gtc-unit-2"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">Presentación</span></span></h2> diff --git a/files/es/web/css/introducción/layout/index.html b/files/es/web/css/introducción/layout/index.html index 31a86194bf..f71d3a82e6 100644 --- a/files/es/web/css/introducción/layout/index.html +++ b/files/es/web/css/introducción/layout/index.html @@ -2,6 +2,7 @@ title: Layout slug: Web/CSS/Introducción/Layout translation_of: Learn/CSS/CSS_layout +translation_of_original: Web/Guide/CSS/Getting_started/Layout --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/es/web/css/introducción/los_colon_estilos_de_texto/index.html b/files/es/web/css/introducción/los_colon_estilos_de_texto/index.html index 676ea9caf9..1788c8c0ee 100644 --- a/files/es/web/css/introducción/los_colon_estilos_de_texto/index.html +++ b/files/es/web/css/introducción/los_colon_estilos_de_texto/index.html @@ -2,6 +2,7 @@ title: Los estilos de texto slug: 'Web/CSS/Introducción/Los:estilos_de_texto' translation_of: Learn/CSS/Styling_text/Fundamentals +translation_of_original: Web/Guide/CSS/Getting_started/Text_styles --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/es/web/css/introducción/selectors/index.html b/files/es/web/css/introducción/selectors/index.html index 5d63b82547..9ebe3573e8 100644 --- a/files/es/web/css/introducción/selectors/index.html +++ b/files/es/web/css/introducción/selectors/index.html @@ -2,6 +2,7 @@ title: Selectores slug: Web/CSS/Introducción/Selectors translation_of: Learn/CSS/Building_blocks/Selectors +translation_of_original: Web/Guide/CSS/Getting_started/Selectors --- <p>{{ CSSTutorialTOC() }}</p> |