diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/manifest.json/name')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/manifest.json/name/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/manifest.json/name/index.html b/files/fr/mozilla/add-ons/webextensions/manifest.json/name/index.html index fcd927842f..90316241bc 100644 --- a/files/fr/mozilla/add-ons/webextensions/manifest.json/name/index.html +++ b/files/fr/mozilla/add-ons/webextensions/manifest.json/name/index.html @@ -9,11 +9,11 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/name --- <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/name <tr> <th scope="row">Exemple</th> <td> - <pre class="brush: json no-line-numbers"> + <pre class="brush: json"> "name": "Mon extension"</pre> </td> </tr> @@ -37,7 +37,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/name <h2 id="Exemple">Exemple</h2> -<pre class="brush: json no-line-numbers">"name": "Mon extension"</pre> +<pre class="brush: json">"name": "Mon extension"</pre> <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> |