Skip to content

Commit

Permalink
Adding a few more patterns
Browse files Browse the repository at this point in the history
Ordered lists and unordered lists.
  • Loading branch information
adactio committed Nov 18, 2011
1 parent 78518b1 commit 7a293a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions patterns/list-ordered.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ol>
<li>First list item</li>
<li>Second item in a list of ordered items</li>
<li>Third item in the list</li>
</ol>
5 changes: 5 additions & 0 deletions patterns/list-unordered.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<ul>
<li>A list item</li>
<li>Another item in a list</li>
<li>Yet another item in this list of items</li>
</ul>

0 comments on commit 7a293a1

Please sign in to comment.