diff options
Diffstat (limited to 'files/ru/web/css/justify-content/index.html')
-rw-r--r-- | files/ru/web/css/justify-content/index.html | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/files/ru/web/css/justify-content/index.html b/files/ru/web/css/justify-content/index.html index 33263a5442..13a30495e0 100644 --- a/files/ru/web/css/justify-content/index.html +++ b/files/ru/web/css/justify-content/index.html @@ -162,27 +162,7 @@ justifyContent.addEventListener("change", function (evt) { <h2 id="Спецификации">Спецификации</h2> -<table class="standard-table"> - <thead> - <tr> - <th>Спецификация</th> - <th>Статус</th> - <th>Комментарий</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS3 Box Alignment', '#propdef-justify-content', 'justify-content')}}</td> - <td>{{Spec2('CSS3 Box Alignment')}}</td> - <td>Adds the [ first | last ]? baseline, self-start, self-end, start, end, left, right, space-evenly, unsafe | safe values.</td> - </tr> - <tr> - <td>{{SpecName('CSS3 Flexbox', '#propdef-justify-content', 'justify-content')}}</td> - <td>{{Spec2('CSS3 Flexbox')}}</td> - <td>Initial definition</td> - </tr> - </tbody> -</table> +{{Specifications("css.properties.justify-content.grid_context")}} <p>{{cssinfo}}</p> |