Added No Quarter #51 to publications index.

This commit is contained in:
phil 2013-12-08 13:32:09 +01:00
parent c3648cef89
commit 61c99070c2
21 changed files with 303 additions and 9 deletions

View file

@ -23,6 +23,8 @@ section.content > h3 {
font-weight: bold; }
section.content a {
color: #3B8DBD; }
section.content > p > a[href^='#'] {
border-bottom: 1px #3B8DBD dashed; }
section.content strong {
color: #D24D33; }
section.content em {

View file

@ -46,6 +46,8 @@ section.content > table.col-menu td:first-of-type {
section.content > table.race {
outline: none; }
section.content > table.race > thead > tr:not(:first-of-type) {
border-top: 0; }
section.content > table.race > thead > tr:first-of-type > th {
padding-top: 0;
font-size: 1.3em;