mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb: Make <th> elements bold by default
This commit is contained in:
parent
d4b2eb22e1
commit
a0546318f9
Notes:
sideshowbarker
2024-07-17 08:29:53 +09:00
Author: https://github.com/krkk
Commit: a0546318f9
Pull-request: https://github.com/SerenityOS/serenity/pull/14739
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@ th {
|
|||
display: table-cell;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
col {
|
||||
display: table-column;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue