aboutsummaryrefslogtreecommitdiff
path: root/files/fr/mozilla/add-ons/webextensions/api/theme/update/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/theme/update/index.html')
-rw-r--r--files/fr/mozilla/add-ons/webextensions/api/theme/update/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/theme/update/index.html b/files/fr/mozilla/add-ons/webextensions/api/theme/update/index.html
index 7b87f7c5db..20c0ecca5c 100644
--- a/files/fr/mozilla/add-ons/webextensions/api/theme/update/index.html
+++ b/files/fr/mozilla/add-ons/webextensions/api/theme/update/index.html
@@ -18,7 +18,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/theme/update
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox brush:js">browser.theme.update(
+<pre class="brush: js">browser.theme.update(
windowId, // integer
theme // object
)
@@ -44,7 +44,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/theme/update
<p>Définit le thème du navigateur pour utiliser un graphique solaire avec une couleur de fond complémentaire:</p>
-<pre class="brush: js" dir="ltr">const suntheme = {
+<pre class="brush: js">const suntheme = {
images: {
headerURL: 'sun.jpg',
},
@@ -56,7 +56,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/theme/update
browser.theme.update(suntheme);</pre>
-<p dir="ltr">Définissez le thème uniquement pour la fenêtre actuellement ciblée:</p>
+<p>Définissez le thème uniquement pour la fenêtre actuellement ciblée:</p>
<pre class="brush: js">const day = {
images: {