diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.html')
| -rw-r--r-- | files/fr/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.html b/files/fr/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.html index 3064d1505f..0abeca65bf 100644 --- a/files/fr/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.html +++ b/files/fr/mozilla/add-ons/webextensions/manifest.json/devtools_page/index.html @@ -13,11 +13,11 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/devtools_page --- <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> @@ -26,7 +26,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/devtools_page <tr> <th scope="row">Exemple</th> <td> - <pre class="brush: json no-line-numbers"> + <pre class="brush: json"> "devtools_page": "devtools/my-page.html"</pre> </td> </tr> @@ -41,7 +41,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/devtools_page <h2 id="Exemple">Exemple</h2> -<pre class="brush: json no-line-numbers">"devtools_page": "devtools/my-page.html"</pre> +<pre class="brush: json">"devtools_page": "devtools/my-page.html"</pre> <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> |
