body {
    counter-reset: section;
}

h2:before {
    counter-increment: section;
    content: counter(section) ". ";
}

p.revision {
    font-style: italic;
    color: #888;
    font-size: 85%;
}

table.list td code {
	white-space: nowrap;
}