mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
LibWeb: Make <th> elements bold by default
This commit is contained in:
parent
d4b2eb22e1
commit
a0546318f9
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@ th {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
col {
|
col {
|
||||||
display: table-column;
|
display: table-column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue