Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-01-15 19:15:52 +0000
committerChris Goldthorpe2010-01-15 19:15:52 +0000
commit21af5d6af69c67957121b959bdfabafa8c791cf2 (patch)
tree0f3ca87fe050c963685671db422feeb48d53b91e /org.eclipse.ui.intro.universal
parent989cdf16cd630696964151a500a92f85bc8c188c (diff)
downloadeclipse.platform.ua-21af5d6af69c67957121b959bdfabafa8c791cf2.tar.gz
eclipse.platform.ua-21af5d6af69c67957121b959bdfabafa8c791cf2.tar.xz
eclipse.platform.ua-21af5d6af69c67957121b959bdfabafa8c791cf2.zip
Make root banner 1 pixel wide and add repeat-x to background so it will load fasterv20100118
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/root_banner.jpgbin7938 -> 4096 bytes
-rw-r--r--org.eclipse.ui.intro.universal/themes/slate/html/root.css1
2 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/root_banner.jpg b/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/root_banner.jpg
index 3fd90b085..a6ab1b138 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/root_banner.jpg
+++ b/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/root_banner.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 bab4f785a..071b69f59 100644
--- a/org.eclipse.ui.intro.universal/themes/slate/html/root.css
+++ b/org.eclipse.ui.intro.universal/themes/slate/html/root.css
@@ -49,6 +49,7 @@ html, body {
#root {
background-image : url("../graphics/rootpage/root_banner.jpg");
background-position : top left;
+ background-repeat : repeat-x;
}
#branding {

Back to the top