Add list item type to directive

This commit is contained in:
Max Lynch
2013-11-11 16:09:46 -06:00
parent 4a12f39821
commit 2ffb925a97
5 changed files with 31 additions and 39 deletions

View File

@@ -21,7 +21,7 @@
</header>
<div id="list">
<main id="content" class="scroll">
<main id="content" class="content overflow-scroll">
<div class="list">
@@ -500,6 +500,8 @@
return false;
});
</script>
</body>