diff options
Diffstat (limited to 'files/ru/web/css/clear/index.html')
-rw-r--r-- | files/ru/web/css/clear/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/files/ru/web/css/clear/index.html b/files/ru/web/css/clear/index.html index fa6205fae1..a77be1be69 100644 --- a/files/ru/web/css/clear/index.html +++ b/files/ru/web/css/clear/index.html @@ -70,7 +70,7 @@ clear: unset; <h2 id="Examples">Примеры</h2> -<h3 id="clear:_left">clear: left</h3> +<h3 id="clear_left">clear: left</h3> <h4 id="HTML">HTML</h4> @@ -109,9 +109,9 @@ p { } </pre> -<p>{{EmbedLiveSample('clear:_left','100%','250')}}</p> +<p>{{EmbedLiveSample('clear_left','100%','250')}}</p> -<h3 id="clear:_right">clear: right</h3> +<h3 id="clear_right">clear: right</h3> <h4 id="HTML_2">HTML</h4> @@ -149,9 +149,9 @@ p { width: 50%; }</pre> -<p>{{EmbedLiveSample('clear:_right','100%','250')}}</p> +<p>{{EmbedLiveSample('clear_right','100%','250')}}</p> -<h3 id="clear:_both">clear: both</h3> +<h3 id="clear_both">clear: both</h3> <h4 id="HTML_3">HTML</h4> @@ -189,7 +189,7 @@ p { width: 45%; }</pre> -<p>{{EmbedLiveSample('clear:_both','100%','300')}}</p> +<p>{{EmbedLiveSample('clear_both','100%','300')}}</p> <h2 id="Характеристики">Характеристики</h2> |