diff options
Diffstat (limited to 'files/ru/web/css/padding-right/index.html')
-rw-r--r-- | files/ru/web/css/padding-right/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/css/padding-right/index.html b/files/ru/web/css/padding-right/index.html index dda2578083..877d40991e 100644 --- a/files/ru/web/css/padding-right/index.html +++ b/files/ru/web/css/padding-right/index.html @@ -8,13 +8,13 @@ translation_of: Web/CSS/padding-right --- <div>{{CSSRef}}</div> -<h2 id="Summary" name="Summary">Summary</h2> +<h2 id="Summary">Summary</h2> <p><a href="https://developer.mozilla.org/en/CSS" title="CSS">CSS</a> свойство <strong><code>padding-right</code></strong> элемента устанавливает значение поля от правого края элемента. Поля элемента (<a href="https://developer.mozilla.org/en/CSS/box_model#padding" title="http://developer.mozilla.org/en/CSS/Box_model#padding">padding area</a>) это область, расположенная между контентом и границей элемента. Отрицательное значение не валидно.</p> <p>{{cssinfo}}</p> -<h2 id="Syntax" name="Syntax">Syntax</h2> +<h2 id="Syntax">Syntax</h2> <pre class="brush:css">/* <length> значения */ padding-right: 0.5em; @@ -30,7 +30,7 @@ padding-right: initial; padding-right: unset; </pre> -<h3 id="Values" name="Values">Values</h3> +<h3 id="Values">Values</h3> <dl> <dt><length></dt> @@ -43,7 +43,7 @@ padding-right: unset; {{csssyntax}} -<h2 id="Examples" name="Examples">Examples</h2> +<h2 id="Examples">Examples</h2> <pre class="brush: css">.content { padding-right: 5%; } .sidebox { padding-right: 10px; } @@ -83,6 +83,6 @@ padding-right: unset; </tbody> </table> -<h2 id="Browser_Compatibility" name="Browser_Compatibility">Browser compatibility</h2> +<h2 id="Browser_Compatibility">Browser compatibility</h2> <p>{{Compat("css.properties.padding-right")}}</p> |