mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 06:42:35 +00:00
Merge pull request #824 from sdruskat/patch-1
Fix #823: Apply default padding to table headers
This commit is contained in:
commit
0c37b912ba
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ table thead td {
|
|||
font-weight: 700;
|
||||
border: none;
|
||||
}
|
||||
table thead th {
|
||||
padding: 3px 20px;
|
||||
}
|
||||
table thead tr {
|
||||
border: 1px var(--table-header-bg) solid;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue