nodelist-css.mustache revision bb82d389f8b12cd4366603113b2fc397561c0b9d
<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 1em 0.5em 0;
border: solid 1px #ccc;
background-color: #F4E6B8;
cursor: pointer;
}
</style>