How can I create a horizontal list with square bullets using the following style type? When I use display: inline, the squares don't appear. Any ideas on how to fix this issue?
.vertical li {display: inline; list-style-type: square; padding-right: 5px;}