diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/manifest.json/description/index.html')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/manifest.json/description/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/manifest.json/description/index.html b/files/fr/mozilla/add-ons/webextensions/manifest.json/description/index.html index b61e07462b..3db7d64c3c 100644 --- a/files/fr/mozilla/add-ons/webextensions/manifest.json/description/index.html +++ b/files/fr/mozilla/add-ons/webextensions/manifest.json/description/index.html @@ -9,11 +9,11 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/description --- <div>{{AddonSidebar}}</div> -<table class="fullwidth-table standard-table"> +<table class="standard-table"> <tbody> <tr> <th scope="row" style="width: 30%;">Type</th> - <td><font face="Consolas">chaîne</font></td> + <td>chaîne</td> </tr> <tr> <th scope="row">Obligatoire</th> @@ -22,7 +22,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/description <tr> <th scope="row">Exemple</th> <td> - <pre class="brush: json no-line-numbers"> + <pre class="brush: json"> "description": "Remplace des images par des portraits de chats."</pre> </td> </tr> @@ -35,7 +35,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/description <h2 id="Exemple">Exemple</h2> -<pre class="brush: json no-line-numbers">"description": "Remplace des images par des portraits de chats."</pre> +<pre class="brush: json">"description": "Remplace des images par des portraits de chats."</pre> <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> |