add css for log.php file

This commit is contained in:
Waldek 2021-05-23 19:25:39 +02:00 committed by GitHub
parent adf7da9e48
commit d7b84b43a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@ html {
overflow-y: scroll;
}
table.log { 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;}
a:link {
color: #0066ff;
text-decoration: none;