CSS snippets

Simplest way of achieving a horizontal list:

display: inline;
list-style-type: none;
padding-right: 10px;