small html code update

This commit is contained in:
Waldek 2021-05-24 09:43:13 +02:00 committed by GitHub
parent 993b6e1f5f
commit d1112f0c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ html {
}
table.log { border-collapse: collapse; border: 1px solid #C1DAD7; width: 100%;}
table.log {background-color: #f1f1f1; border-collapse: collapse; border: 1px solid #C1DAD7; width: 100%;}
th.log {height: 30px; text-align: center;}
tr:nth-child(even).log {background-color: #fafafa; height: 20px; text-align: center;}
td.log {font-family: Monospace; height: 20px;}