From a02794801ee3fa985af36fdec84eabb70c3b7d34 Mon Sep 17 00:00:00 2001
From: echicken <>
Date: Thu, 30 Aug 2012 16:18:22 +0000
Subject: [PATCH] Style the background of the page to match the rest of the
 site.

---
 web/root/ecwebv3/ftelnet/ftelnet.xjs   | 3 ++-
 web/root/ecwebv3/lightirc/lightirc.xjs | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/web/root/ecwebv3/ftelnet/ftelnet.xjs b/web/root/ecwebv3/ftelnet/ftelnet.xjs
index 57d9e35260..d0bee9b5ac 100644
--- a/web/root/ecwebv3/ftelnet/ftelnet.xjs
+++ b/web/root/ecwebv3/ftelnet/ftelnet.xjs
@@ -34,6 +34,7 @@
 <html>
 
 <head>
+<link rel="stylesheet" type="text/css" href="../style/style.css" />
 <script type="text/javascript">
 var ClientVars = {
 	AlertDialogX : 0,
@@ -77,7 +78,7 @@ var ClientVars = {
 <script type="text/javascript" src="./HtmlTerm.fontatari.js"></script>
 </head>
 
-<body>
+<body class="background">
 <p style="text-align: center;">
 <div id="ClientContainer"></div>
 </p>
diff --git a/web/root/ecwebv3/lightirc/lightirc.xjs b/web/root/ecwebv3/lightirc/lightirc.xjs
index e807a52414..ec869cdab1 100644
--- a/web/root/ecwebv3/lightirc/lightirc.xjs
+++ b/web/root/ecwebv3/lightirc/lightirc.xjs
@@ -17,9 +17,10 @@
 
 <head>
 <script type="text/javascript" src="http://<?xjs write(system.inet_addr); ?>:<?xjs write(webIni.HTTPPort); ?>/lightirc/swfobject.js"></script>
+<link rel="stylesheet" type="text/css" href="../style/style.css" />
 </head>
 
-<body>
+<body class="background">
 <div id="lightIRC">LightIRC would appear here if you had Flash Player installed and Javascript enabled.</div>
 <script language="javascript" type="text/javascript">
 document.getElementById('lightIRC').innerHTML = "";
-- 
GitLab