From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/css/hyphens/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/css/hyphens/index.html') diff --git a/files/ru/web/css/hyphens/index.html b/files/ru/web/css/hyphens/index.html index 4d3f749e17..b14717d8ed 100644 --- a/files/ru/web/css/hyphens/index.html +++ b/files/ru/web/css/hyphens/index.html @@ -19,7 +19,7 @@ translation_of: Web/CSS/hyphens

Синтаксис

-
/* Keyword values */
+
/* Keyword values */
 hyphens: none;
 hyphens: manual;
 hyphens: auto;
@@ -78,7 +78,7 @@ hyphens: unset;
 
 

HTML

-
<dl>
+
<dl>
   <dt><code>none</code>: no hyphen; overflow if needed</dt>
   <dd lang="en" class="none">An extreme&shy;ly long English word</dd>
   <dt><code>manual</code>: hyphen only at &amp;hyphen; or &amp;shy; (if needed)</dt>
@@ -90,7 +90,7 @@ hyphens: unset;
 
 

CSS

-
dd {
+
dd {
   width: 55px;
   border: 1px solid black;
  }
-- 
cgit v1.2.3-54-g00ecf