From 89d0b467741cc7c0d6f779514abf169b75b1f3f3 Mon Sep 17 00:00:00 2001 From: "kherron@fmailbox.com" Date: Tue, 6 Nov 2007 21:09:45 -0800 Subject: [PATCH] =?UTF-8?q?Bug=20362239=20-=20Replace=20'desktop=20backgro?= =?UTF-8?q?und'=20monitor=20image=20on=20Windows=20with=20something=20nice?= =?UTF-8?q?r.=20Patch=20by=20D=C3=A3o=20Gottwald=20.?= =?UTF-8?q?=20r=3Dgavin.sharp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/themes/gnomestripe/browser/setDesktopBackground.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/themes/gnomestripe/browser/setDesktopBackground.css b/browser/themes/gnomestripe/browser/setDesktopBackground.css index ee435dbf2fdc..e3d248e6d503 100644 --- a/browser/themes/gnomestripe/browser/setDesktopBackground.css +++ b/browser/themes/gnomestripe/browser/setDesktopBackground.css @@ -1,5 +1,9 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +#monitor { + margin: 12px 11px 32px; +} + #monitorImage { list-style-image: url("chrome://browser/skin/monitor.png"); }