ducks-simple-css.mustache revision c6d4c11c9b36a9645bee58eb43cbf7c674e2028c
<style>
.example .box-row li{
display: inline-block;
zoom: 1; *display: inline; /* IE < 8: fake inline-block */
width: 100px;
line-height: 3em;
text-align: center;
margin: 0.5em;
border: solid 1px #ccc;
background-color: #F4E6B8;
}
</style>