Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/background.jpgbin0 -> 55521 bytes
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/root.css5
2 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/background.jpg b/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/background.jpg
new file mode 100644
index 000000000..2595c789f
--- /dev/null
+++ b/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/background.jpg
Binary files differ
diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/root.css b/org.eclipse.ui.intro.universal/themes/slate/html/root.css
index eaebcde84..35babd551 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/root.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/root.css
@@ -41,11 +41,12 @@ html, body {
overflow : auto;
overflow-clip: rect(0, auto, auto, 0);
background-color : none;
+ background-image : url("../graphics/rootpage/background.jpg");
+ background-position : top left;
+ background-repeat : no-repeat;
}
#root {
- min-height : 450px;
- min-width : 940px;
background-image : url("../graphics/rootpage/root_banner.jpg");
background-position : top left;
}

Back to the top