diff options
Diffstat (limited to 'files/ru/web/css/_colon_in-range')
-rw-r--r-- | files/ru/web/css/_colon_in-range/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/_colon_in-range/index.html b/files/ru/web/css/_colon_in-range/index.html index ec36c72162..d5caf4d6fd 100644 --- a/files/ru/web/css/_colon_in-range/index.html +++ b/files/ru/web/css/_colon_in-range/index.html @@ -50,7 +50,7 @@ input:in-range + label::after { content:' НОРМАЛЬНОЕ'; } input:out-of-range + label::after { - content:'вне диапозона!'; + content:'вне диапазона!'; }</pre> </div> |