improved the translation of this article (#25483)

This commit is contained in:
Dmitry
2018-12-16 17:06:52 +02:00
committed by Gregory Gubarev
parent 0f58e9ece4
commit 16819a7041

View File

@ -10,12 +10,12 @@ localeTitle: Комментарии в CSS
```css ```css
/* /*
This is Это
a multi-line многострочный
comment комментарий
*/ */
/* This is a single line comment*/ /* Это комментарий для одной строки*/
.group:after { .group:after {
content: ""; content: "";
display: table; display: table;
@ -78,4 +78,4 @@ h2 { font-size: 1.2em; font-family: «Ubuntu», serif; text-transform: верх
* [Документация MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/Comments) * [Документация MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/Comments)
* [Комментарии CSS от Адама Робертса](https://www.sitepoint.com/css-comments/) * [Комментарии CSS от Адама Робертса](https://www.sitepoint.com/css-comments/)
* [Советы по CSS](https://cssguidelin.es/#commenting) * [Советы по CSS](https://cssguidelin.es/#commenting)