From d7b84b43a9f4c5215d27e386a0426c2060bab003 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sun, 23 May 2021 19:25:39 +0200 Subject: [PATCH] add css for log.php file --- html/css/styles.php | 7 +++++++ 1 file changed, 7 insertions(+) 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;