Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.intro.universal/themes/purpleMesh/html/standby.css')
-rw-r--r--org.eclipse.ui.intro.universal/themes/purpleMesh/html/standby.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/purpleMesh/html/standby.css b/org.eclipse.ui.intro.universal/themes/purpleMesh/html/standby.css
index 587e710a7..9b2c52335 100644
--- a/org.eclipse.ui.intro.universal/themes/purpleMesh/html/standby.css
+++ b/org.eclipse.ui.intro.universal/themes/purpleMesh/html/standby.css
@@ -43,7 +43,7 @@ body {
min-width : 230px;
/* since IE doesn't support min-width, use expression */
width:expression(document.body.clientWidth < 230? "230px": "auto" );
- background-image : url(../graphics/root/background.jpg);
+ background-image : url(../graphics/root/background.png);
background-repeat : no-repeat;
background-position : top left;
background-color : #7169D1;

Back to the top