Horizontal and some scroll tweaks

This commit is contained in:
Max Lynch
2013-10-25 10:50:17 -05:00
parent b78b76ca9a
commit e0cf20abfd
4 changed files with 204 additions and 88 deletions

View File

@@ -38,7 +38,7 @@
for(var i = 0; i < 100; i++) {
var li = document.createElement('li');
li.className = 'list-item';
li.className = 'item';
li.innerHTML = 'Item ' + i;
s.firstElementChild.appendChild(li);
}