aboutsummaryrefslogtreecommitdiff
path: root/files/de
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-04-20 09:02:07 -0400
committerGitHub <noreply@github.com>2021-04-20 15:02:07 +0200
commitc2175872d71e9e55416c0f4793c098d98d297aed (patch)
tree37cf99d2d5502eeb7a9ae44f243fa3f1f167b628 /files/de
parent27beb2c4d0805c5e22a2e643db6d40a5a91e0f6f (diff)
downloadtranslated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.gz
translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.tar.bz2
translated-content-c2175872d71e9e55416c0f4793c098d98d297aed.zip
replace class="in-page-callout webdev" with class="callout" (#589)
Diffstat (limited to 'files/de')
-rw-r--r--files/de/learn/css/css_layout/index.html2
-rw-r--r--files/de/learn/css/first_steps/index.html2
-rw-r--r--files/de/learn/css/styling_text/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/de/learn/css/css_layout/index.html b/files/de/learn/css/css_layout/index.html
index 4351951f84..0268f74856 100644
--- a/files/de/learn/css/css_layout/index.html
+++ b/files/de/learn/css/css_layout/index.html
@@ -25,7 +25,7 @@ translation_of: Learn/CSS/CSS_layout
<p class="summary">At this point we've already looked at CSS fundamentals, how to style text, and how to style and manipulate the boxes that your content sits inside. Now it's time to look at how to place your boxes in the right place in relation to the viewport, and one another. We have covered the necessary prerequisites so we can now dive deep into CSS layout, looking at different display settings, modern layout tools like flexbox, CSS grid, and positioning, and some of the legacy techniques you might still want to know about.</p>
-<div class="in-page-callout webdev">
+<div class="callout">
<h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3>
<p>We have put together a course that includes all the essential information you need to work towards your goal.</p>
diff --git a/files/de/learn/css/first_steps/index.html b/files/de/learn/css/first_steps/index.html
index a43d3b473b..39bef7a509 100644
--- a/files/de/learn/css/first_steps/index.html
+++ b/files/de/learn/css/first_steps/index.html
@@ -7,7 +7,7 @@ translation_of: Learn/CSS/First_steps
<p class="summary"><font>CSS (Cascading Style Sheets) wird zum Stylen und Layouten von Webseiten verwendet. Sie können beispielsweise die Schriftart, Farbe, Größe und den Abstand von Seiteninhalten ändern, Inhalt in mehrere Spalten aufteilen oder Animationen und andere dekorative Funktionen hinzufügen. Dieses Modul bietet einen sanften Einstieg in CSS, beginnend mit einem Überblick über Funktionsweise, Syntax und wie Sie mit CSS Darstellungsstile zu </font>HTML-Seiten <font>hinzufügen können.</font></p>
-<div class="in-page-callout webdev">
+<div class="callout">
<h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3>
<p>We have put together a course that includes all the essential information you need to work towards your goal.</p>
diff --git a/files/de/learn/css/styling_text/index.html b/files/de/learn/css/styling_text/index.html
index 0e5279bda2..f71e334b55 100644
--- a/files/de/learn/css/styling_text/index.html
+++ b/files/de/learn/css/styling_text/index.html
@@ -24,7 +24,7 @@ translation_of: Learn/CSS/Styling_text
<p class="summary">With the basics of the CSS language covered, the next CSS topic for you to concentrate on is styling text — one of the most common things you'll do with CSS. Here we look at text styling fundamentals including setting font, boldness, italics, line and letter spacing, drop shadows, and other text features. We round off the module by looking at applying custom fonts to your page, and styling lists and links.</p>
-<div class="in-page-callout webdev">
+<div class="callout">
<h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3>
<p>We have put together a course that includes all the essential information you need to work towards your goal.</p>