diff options
Diffstat (limited to 'files/fr/web/api/window/getdefaultcomputedstyle')
-rw-r--r-- | files/fr/web/api/window/getdefaultcomputedstyle/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/window/getdefaultcomputedstyle/index.html b/files/fr/web/api/window/getdefaultcomputedstyle/index.html index eb433e24e2..7c2363a4e4 100644 --- a/files/fr/web/api/window/getdefaultcomputedstyle/index.html +++ b/files/fr/web/api/window/getdefaultcomputedstyle/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/window/getDefaultComputedStyle var miseEnForme = window.getDefaultComputedStyle(elem1); </pre> -<pre class="brush: js"><style> +<pre class="brush: html"><style> #conteneur-elem { position: absolute; left: 100px; |