aboutsummaryrefslogtreecommitdiff
path: root/files/nl
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl')
-rw-r--r--files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html12
-rw-r--r--files/nl/web/css/@namespace/index.html2
-rw-r--r--files/nl/web/css/_colon_required/index.html2
-rw-r--r--files/nl/web/css/animation-duration/index.html2
-rw-r--r--files/nl/web/css/animation-iteration-count/index.html2
-rw-r--r--files/nl/web/css/box-sizing/index.html2
-rw-r--r--files/nl/web/css/cursor/index.html3
-rw-r--r--files/nl/web/css/padding-bottom/index.html2
8 files changed, 13 insertions, 14 deletions
diff --git a/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
index 8f5bdf79b5..1ef57a416a 100644
--- a/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
+++ b/files/nl/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
@@ -151,7 +151,7 @@ met het ontwerpen van websites en applicaties."&gt;</pre>
<p><a href="http://ogp.me/">Open Graph Data</a> bijvoorbeeld is een metadata-protocol dat Facebook heeft uitgevonden om websites van verrijkte metadata te voorzien. In de MDN-broncode, zal je dit vinden:</p>
-<pre class="brush: html">&lt;meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png"&gt;
+<pre class="brush: html">&lt;meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png"&gt;
&lt;meta property="og:description" content="The Mozilla Developer Network (MDN) provides
information about Open Web technologies including HTML, CSS, and APIs for both Web sites
and HTML5 Apps. It also documents Mozilla products, like Firefox OS."&gt;
@@ -183,15 +183,15 @@ and HTML5 Apps. It also documents Mozilla products, like Firefox OS."&gt;
<p>Er spelen tegenwoordig ook nog vele andere icoon-types mee. Je zal dit bijvoorbeeld in de broncode van de MDN-startpagina vinden:</p>
<pre class="brush: html">&lt;!-- third-generation iPad with high-resolution Retina display: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.mozilla.org/static/img/favicon144.png"&gt;
&lt;!-- iPhone with high-resolution Retina display: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.mozilla.org/static/img/favicon114.png"&gt;
&lt;!-- first- and second-generation iPad: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.mozilla.org/static/img/favicon72.png"&gt;
&lt;!-- non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" href="https://developer.mozilla.org/static/img/favicon57.png"&gt;
&lt;!-- basic favicon --&gt;
-&lt;link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png"&gt;</pre>
+&lt;link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png"&gt;</pre>
<p>De commentaren verklaren waarvoor elk icoon wordt gebruikt — deze elementen zorgen er bijvoorbeeld voor dat een icoon met een mooie hoge resolutie wordt gebruikt als de site wordt opgeslagen in het startscherm van een iPad.</p>
diff --git a/files/nl/web/css/@namespace/index.html b/files/nl/web/css/@namespace/index.html
index 469bdd810f..165221fb75 100644
--- a/files/nl/web/css/@namespace/index.html
+++ b/files/nl/web/css/@namespace/index.html
@@ -39,7 +39,7 @@ translation_of: Web/CSS/@namespace
<h3 id="Formele_syntaxis">Formele syntaxis</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Voorbeelden">Voorbeelden</h2>
diff --git a/files/nl/web/css/_colon_required/index.html b/files/nl/web/css/_colon_required/index.html
index 6cca75ffc4..502554a662 100644
--- a/files/nl/web/css/_colon_required/index.html
+++ b/files/nl/web/css/_colon_required/index.html
@@ -13,7 +13,7 @@ translation_of: 'Web/CSS/:required'
<h2 id="Syntax">Syntax</h2>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Voorbeeld">Voorbeeld</h2>
diff --git a/files/nl/web/css/animation-duration/index.html b/files/nl/web/css/animation-duration/index.html
index 9a1ae1d7fb..012ba19b76 100644
--- a/files/nl/web/css/animation-duration/index.html
+++ b/files/nl/web/css/animation-duration/index.html
@@ -40,7 +40,7 @@ animation-duration: 10s, 30s, 230ms;
<h3 id="Formele_syntaxis">Formele syntaxis</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Voorbeelden">Voorbeelden</h2>
diff --git a/files/nl/web/css/animation-iteration-count/index.html b/files/nl/web/css/animation-iteration-count/index.html
index 8fa2826c33..79554f556a 100644
--- a/files/nl/web/css/animation-iteration-count/index.html
+++ b/files/nl/web/css/animation-iteration-count/index.html
@@ -35,7 +35,7 @@ animation-iteration-count: 2, 0, infinite;
<h3 id="Formal_syntax">Formal syntax</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples">Examples</h2>
diff --git a/files/nl/web/css/box-sizing/index.html b/files/nl/web/css/box-sizing/index.html
index ed31e59295..0ca846a303 100644
--- a/files/nl/web/css/box-sizing/index.html
+++ b/files/nl/web/css/box-sizing/index.html
@@ -44,7 +44,7 @@ box-sizing: unset;
<h3 id="Formele_syntax">Formele syntax</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples">Examples</h2>
diff --git a/files/nl/web/css/cursor/index.html b/files/nl/web/css/cursor/index.html
index 89504857f5..da2aa4c9d4 100644
--- a/files/nl/web/css/cursor/index.html
+++ b/files/nl/web/css/cursor/index.html
@@ -263,8 +263,7 @@ cursor: unset;
<h3 id="Formal_syntax">Formal syntax</h3>
-<pre class="syntaxbox">{{csssyntax}}
-</pre>
+{{csssyntax}}
<h2 id="Usage_notes">Usage notes</h2>
diff --git a/files/nl/web/css/padding-bottom/index.html b/files/nl/web/css/padding-bottom/index.html
index 610b476082..c3525392d8 100644
--- a/files/nl/web/css/padding-bottom/index.html
+++ b/files/nl/web/css/padding-bottom/index.html
@@ -45,7 +45,7 @@ padding-bottom: unset;
<h3 id="Formele_syntaxis">Formele syntaxis</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Voorbeelden">Voorbeelden</h2>