diff options
Diffstat (limited to 'files/fr/web/api/window/getcomputedstyle')
| -rw-r--r-- | files/fr/web/api/window/getcomputedstyle/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/window/getcomputedstyle/index.html b/files/fr/web/api/window/getcomputedstyle/index.html index 3309f13543..2c4294f100 100644 --- a/files/fr/web/api/window/getcomputedstyle/index.html +++ b/files/fr/web/api/window/getcomputedstyle/index.html @@ -35,7 +35,7 @@ var style = window.getComputedStyle(elem1, null); // var style = document.defaultView.getComputedStyle(elem1, null); </pre> -<pre class="brush: js"><style> +<pre class="brush: html"><style> #elem-container{ position: absolute; left: 100px; |
