diff --git a/html/css/styles.php b/html/css/styles.php index 6ac0a7a..e00794e 100644 --- a/html/css/styles.php +++ b/html/css/styles.php @@ -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;