summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorbwarsaw2001-07-10 21:58:28 +0000
committerbwarsaw2001-07-10 21:58:28 +0000
commitc56d7691d30953975dd747ac72c1676b1c598ab8 (patch)
tree50c52997f00f4b3c9a4eaa9e82e1a759d409f84a /admin
parentf5d46945a4b92f108a903b9b32d5536b0394c05a (diff)
downloadmailman-c56d7691d30953975dd747ac72c1676b1c598ab8.tar.gz
mailman-c56d7691d30953975dd747ac72c1676b1c598ab8.tar.zst
mailman-c56d7691d30953975dd747ac72c1676b1c598ab8.zip
get_corner_bgcolor(): Set the default background color to white, to
blend in better with the Mailman logo.
Diffstat (limited to 'admin')
-rw-r--r--admin/www/MMGenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py
index e9f857c2e..cd76dbed8 100644
--- a/admin/www/MMGenerator.py
+++ b/admin/www/MMGenerator.py
@@ -84,7 +84,7 @@ class MMGenerator(Skeleton, Sidebar, Banner):
% self.__d
def get_corner_bgcolor(self):
- return 'black'
+ return 'white'
def get_banner(self):
return Banner.get_banner(self)