aboutsummaryrefslogtreecommitdiff
path: root/files/pl/learn
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/pl/learn
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/pl/learn')
-rw-r--r--files/pl/learn/javascript/asynchronous/index.html2
-rw-r--r--files/pl/learn/tools_and_testing/client-side_javascript_frameworks/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pl/learn/javascript/asynchronous/index.html b/files/pl/learn/javascript/asynchronous/index.html
index 5a445f8b99..7e46a9b37e 100644
--- a/files/pl/learn/javascript/asynchronous/index.html
+++ b/files/pl/learn/javascript/asynchronous/index.html
@@ -23,7 +23,7 @@ translation_of: Learn/JavaScript/Asynchronous
<p class="summary"><span class="seoSummary">In this module we take a look at {{Glossary("asynchronous")}} {{Glossary("JavaScript")}}, why it is important, and how it can be used to effectively handle potential blocking operations such as fetching resources from a server.</span></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/pl/learn/tools_and_testing/client-side_javascript_frameworks/index.html b/files/pl/learn/tools_and_testing/client-side_javascript_frameworks/index.html
index fa16dab55c..5ddb035fab 100644
--- a/files/pl/learn/tools_and_testing/client-side_javascript_frameworks/index.html
+++ b/files/pl/learn/tools_and_testing/client-side_javascript_frameworks/index.html
@@ -37,7 +37,7 @@ translation_of: Learn/Tools_and_testing/Client-side_JavaScript_frameworks
<p>Your code will be richer and more professional as a result, and you'll be able to troubleshoot problems with more confidence if you understand the fundamental web platform features that the frameworks are building on top of.</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>