From 21bb5031726da6cd0236e0896340ec082184f926 Mon Sep 17 00:00:00 2001 From: wbudic Date: Thu, 7 Mar 2019 08:37:07 +1100 Subject: [PATCH] Cosmetics. --- htdocs/cgi-bin/wsrc/main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/htdocs/cgi-bin/wsrc/main.css b/htdocs/cgi-bin/wsrc/main.css index f5e20c4..cf78f3c 100644 --- a/htdocs/cgi-bin/wsrc/main.css +++ b/htdocs/cgi-bin/wsrc/main.css @@ -15,8 +15,7 @@ table, th, td{ font-family: Bookman; border-collapse: collapse; width: 740px; - padding-top: 5px; - padding-bottom: 5px; + padding: 5px; } div{ @@ -67,3 +66,9 @@ div{ text-align:left; } +.log{ + text-align:left; + word-wrap: break-word; + padding-left: 5px; +} + -- 2.34.1