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/grid-template-columns/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/css/grid-template-columns') diff --git a/files/ru/web/css/grid-template-columns/index.html b/files/ru/web/css/grid-template-columns/index.html index 7d1656a041..b5ef29242b 100644 --- a/files/ru/web/css/grid-template-columns/index.html +++ b/files/ru/web/css/grid-template-columns/index.html @@ -13,7 +13,7 @@ translation_of: Web/CSS/grid-template-columns

Синтаксис

-
/* Keyword value */
+
/* Keyword value */
 grid-template-columns: none;
 
 /* <track-list> values */
@@ -85,7 +85,7 @@ grid-template-columns: unset;
 
 

CSS

-
#grid {
+
#grid {
   display: grid;
   width: 100%;
   grid-template-columns: 50px 1fr;
@@ -101,7 +101,7 @@ grid-template-columns: unset;
 
 

HTML

-
<div id="grid">
+
<div id="grid">
   <div id="areaA">A</div>
   <div id="areaB">B</div>
 </div>
-- cgit v1.2.3-54-g00ecf