From b3cdbac8baa1d33b8593ea70c3126e69106c479e Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Thu, 9 Dec 2004 07:02:39 +0000 Subject: [PATCH] removed unused body style --- web/root/synchronet.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/root/synchronet.css b/web/root/synchronet.css index d921c8c68e..b57d7a84c8 100644 --- a/web/root/synchronet.css +++ b/web/root/synchronet.css @@ -2,8 +2,6 @@ a:link { color: yellow; } a:visited { color: lime; } a:hover { color: #ccffdd; } -# body { background-image: url("/graphics/sync_pb_bg.jpg"); background-position: bottom left; background-repeat: no-repeat; background-attachment: fixed; background-color: teal; color: white; font-family: Arial, Helvetica, sans-serif; } - body { background-color: teal; color: white; font-family: Arial, Helvetica, sans-serif; } p.title { text-align: center; font-size: x-large; font-weight: bolder; } -- GitLab