mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Add <tfoot> support
This commit is contained in:
parent
92c21aa1d4
commit
7f6ed9f5cb
24 changed files with 102 additions and 28 deletions
|
@ -169,11 +169,13 @@ h5 {
|
|||
}
|
||||
|
||||
thead th,
|
||||
thead td {
|
||||
thead td,
|
||||
tfoot th,
|
||||
tfoot td {
|
||||
--border-width: 3px;
|
||||
}
|
||||
|
||||
:not(thead) > * > td {
|
||||
:not(thead):not(tfoot) > * > td {
|
||||
--font-size: 0.875em;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
2
css/themes/default.min.css
vendored
2
css/themes/default.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue