mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00:00
css: make column headings bold
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
0b8b6a3176
commit
3b86b44fc7
2
cgit.css
2
cgit.css
@ -60,7 +60,7 @@ table.list tr.nohover:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.list th {
|
table.list th {
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
border-bottom: solid 1px #777;
|
border-bottom: solid 1px #777;
|
||||||
padding: 0.1em 0.5em 0.1em 0.5em;
|
padding: 0.1em 0.5em 0.1em 0.5em;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
|
Loading…
Reference in New Issue
Block a user