mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add pre style + bug first th:child (not in bold)
This commit is contained in:
parent
f038982e49
commit
ae71fd033b
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user