From f3bad83fb24c452fc9acdc17ab448dafa2d0fcc0 Mon Sep 17 00:00:00 2001
From: runemaster <>
Date: Tue, 7 Dec 2004 00:09:06 +0000
Subject: [PATCH] New CSS added.

---
 web/root/synchronet.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/web/root/synchronet.css b/web/root/synchronet.css
index b2f7c894ed..d1f07f8bef 100644
--- a/web/root/synchronet.css
+++ b/web/root/synchronet.css
@@ -9,7 +9,6 @@ p.title { text-align: center; font-size: x-large; font-weight: bolder; }
 table.main { width: 90%; background-color: #116677; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
 td.main { background-color: #007788; }
 
-
 table.member { width: 90%; background-color: #116677; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
 td.member { background-color: #007788; }
 
@@ -47,8 +46,12 @@ table.msglist { margin-left: auto; margin-right: auto; background-color: #116677
 th.msglist { background-color: #007788; color: black; }
 a.msglist:hover { color: #ccffdd; }
 
+table.subinfo { margin-left: auto; margin-right: auto; background-color: #116677; }
+tr.subinfo {  background-color: #007788; }
+
 body.msg { background-color: black; }
-table.msg { margin-left: auto; margin-right: auto; }
+table.msg { margin-left: auto; margin-right: auto; background-color: #116677; }
+tr.msg {  background-color: #007788; }
 td.msgheader { font-weight: bold; }
 object.msg { margin: 0%; background-color: black; color: #aaaaaa; }
 p.msgcenter { text-align: center; }
-- 
GitLab