From 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 20 Mar 2010 05:21:35 -0400
Subject: [PATCH] - Make fonts and colors more consistent (#1486565)

---
 skins/default/settings.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/default/settings.css b/skins/default/settings.css
index b08a85f..1193c51 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -91,7 +91,6 @@
 {
   width: 420px;
   table-layout: fixed;
-  background-color: #F9F9F9;
 }
 
 #subscription-table
@@ -196,6 +195,7 @@
   bottom: 60px;
   border: 1px solid #999999;
   overflow: auto;
+  background-color: #F2F2F2;
 }
 
 #identity-details table td.title
@@ -281,7 +281,7 @@
 body.iframe,
 #prefs-frame
 {
-  background-color: #F9F9F9;
+  background-color: #F2F2F2;
   border: none;
 }
 

--
Gitblit v1.9.1