fix many typos

This commit is contained in:
Ilya Kantor 2015-04-23 12:31:37 +03:00
parent 87fd7b6945
commit 9d556118f9
205 changed files with 24 additions and 23 deletions

View file

@ -167,7 +167,7 @@ hr.position { position: relative; left: -2em; }
<ul>
<li>Отрицательные `margin-left/top` сдвигают элемент влево-вверх. Остальные элементы это учитывают, в отличие от сдвига через `position`.</li>
<li>Отрицательные `margin-right/bottom` заставляют другие элементы думать, что блок меньше по размеру справа-внизу, чем он на самом деле.</li>
<li>
</ul>
Отличная статья на тему отрицательных `margin`: [The Definitive Guide to Using Negative Margins](http://coding.smashingmagazine.com/2009/07/27/the-definitive-guide-to-using-negative-margins/)