removed code comment
This commit is contained in:
Dan Klotz 2013-06-01 12:15:46 -06:00
Родитель b19dd3e5d5
Коммит ec7cf6ef2e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -102,7 +102,7 @@ Disable parallaxing.
## Best Practices
- Items should be `absolutely: positioned;`, with `top:` and `left:` values specified.
- Items should be absolutely positioned, with `top:` and `left:` values specified.
- If you plan to parallax a background plane, be sure to give it enough extra "bleed" room so the image stays behind it's frame at all times. Usually your bleed on one side should be equal to half the range you give it, though you can give it more if you are paranoid.