From 2ac3c1b75644bfece033a1df73934d97ec168c55 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Tue, 4 Nov 2014 23:33:54 -0800 Subject: [PATCH] get rid of the div debug coloring --- planetstack/core/xoslib/static/css/xosAdminSite.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/planetstack/core/xoslib/static/css/xosAdminSite.css b/planetstack/core/xoslib/static/css/xosAdminSite.css index 1a6680f..a280fac 100644 --- a/planetstack/core/xoslib/static/css/xosAdminSite.css +++ b/planetstack/core/xoslib/static/css/xosAdminSite.css @@ -17,7 +17,7 @@ width: 220px; bottom: 0; overflow: hidden; - background-color: #F0F0F0; + //background-color: #F0F0F0; } #headerPanel { @@ -28,7 +28,7 @@ width: auto; height: 100px; overflow: hidden; - background-color: #F0E0E0; + //background-color: #F0E0E0; } #logPanel { @@ -40,7 +40,7 @@ width: auto; height: 100px; overflow: hidden; - background-color: #F0E0E0; + //background-color: #F0E0E0; } #contentPanel { @@ -50,7 +50,7 @@ left: 220px; right: 0; overflow: auto; - background: #f0F0E0; + //background: #f0F0E0; } .btn-xosnav { -- 2.47.0