Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nicothin authored Dec 10, 2016
1 parent e2061c7 commit 80b417d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,10 @@ <h3>Блок — это самостоятельная часть страниц
</ul>
</div>
<div class="col">
<pre class="code">
<code class="code__syntax lang-html">
<span class="code__line">&lt;!-- .product — БЭМ-блок --&gt;</span>
<pre class="code"><code class="code__syntax lang-html"><span class="code__line">&lt;!-- .product — БЭМ-блок --&gt;</span>
<span class="code__line">&lt;div class=&quot;product&quot;&gt;</span>
<span class="code__line"> ...</span>
<span class="code__line">&lt;/div&gt;</span>
</code>
</pre>
<span class="code__line">&lt;/div&gt;</span></code></pre>
</div>
</div>

Expand Down Expand Up @@ -244,7 +240,7 @@ <h3>Модификатор нельзя использовать самосто
<span class="code__line"> ...</span>
<span class="code__line">&lt;/div&gt;</span>
<span class="code__line"> </span>
<span class="code__line">&lt;!-- ОШИБКА: модификатор без класса, который он модифицирует --&gt;</span>
<span class="code__line">&lt;!--&nbsp;ОШИБКА: модификатор без класса, который он модифицирует --&gt;</span>
<span class="code__line">&lt;div class=&quot;product--sale&quot;&gt;</span>
<span class="code__line"> ...</span>
<span class="code__line">&lt;/div&gt;</span></code></pre>
Expand Down

0 comments on commit 80b417d

Please sign in to comment.