diff options
Diffstat (limited to 'files/ru/web/css/_colon_nth-last-child/index.html')
-rw-r--r-- | files/ru/web/css/_colon_nth-last-child/index.html | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/files/ru/web/css/_colon_nth-last-child/index.html b/files/ru/web/css/_colon_nth-last-child/index.html index c000427aa8..49d10017a3 100644 --- a/files/ru/web/css/_colon_nth-last-child/index.html +++ b/files/ru/web/css/_colon_nth-last-child/index.html @@ -96,53 +96,7 @@ tr:nth-last-child(-n+3) { /* последние 3 потомка */ <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Возможность</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Базовая поддержка</td> - <td>4.0</td> - <td>{{CompatGeckoDesktop("1.9.1")}}</td> - <td>9.0</td> - <td>9.5</td> - <td>3.2</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Возможность</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Базовая поддержка</td> - <td>2.1</td> - <td>{{CompatGeckoMobile("1.9.1")}}</td> - <td>9.0</td> - <td>10.0</td> - <td>3.2</td> - </tr> - </tbody> -</table> -</div> +<p>{{Compat("css.selectors.nth-last-child")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |