made labels for table bold

This commit is contained in:
Alec Höfler 2022-05-04 07:04:07 +02:00
parent ef135bae94
commit db841d2d97
No known key found for this signature in database
GPG key ID: BE83D6C1099F2835
2 changed files with 2 additions and 0 deletions

View file

@ -91,6 +91,7 @@ $data = '<!doctype html>
.td_desc{
padding-right: 10px;
width: 30vw;
font-weight: bold;
}
</style>
</head>

View file

@ -78,6 +78,7 @@ echo '<html>
.td_desc{
padding-right: 10px;
width: 30vw;
font-weight: bold;
}
</style>
</head>