add pre style + bug first th:child (not in bold)

This commit is contained in:
2013-12-01 19:54:30 +01:00
parent 6fdd7efd90
commit 02f635ec8c
2 changed files with 21 additions and 0 deletions

View File

@@ -7,3 +7,18 @@ h1,h2,h3,h4,h5,h6 {
font-weight: $font-weight-title;
}
table .striped, table.stripe {
background-color: $table-stripe-bgcolor;
}
pre {
font-family: monospace;
font-weight: normal;
}
table tr td:first-child {
font-weight: normal;
}