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

This commit is contained in:
Julien Fastré 2013-12-01 19:54:30 +01:00
parent f038982e49
commit ae71fd033b
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;
}

View File

@ -2609,3 +2609,9 @@ table.rounded thead th, table.rounded thead td, table.rounded caption + tbody tr
.ie9 .radio.checked i, .ie9 .checkbox.checked i { top: 0; }
h1, h2, h3, h4, h5, h6 { font-family: "Merriweather Sans"; font-weight: 600; }
table .striped, table.stripe { background-color: #e5e5e5; }
pre { font-family: monospace; font-weight: normal; }
table tr td:first-child { font-weight: normal; }