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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

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/)

View file

@ -39,4 +39,3 @@ HTML-документ:
<li>Выбрать ссылку внутри последнего элемента списка `#messages`.</li>
</ol>
[edit src="source"]Исходный документ с вспомогательной функцией `test` для проверки[/edit]