diff options
author | Chris Goldthorpe | 2009-05-04 17:32:23 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2009-05-04 17:32:23 +0000 |
commit | d07df3e365df8959a51d785914ce8e34ecc34883 (patch) | |
tree | f603ee47c2cbb6e30bdd21674cdadd4d6ac4317f /org.eclipse.ui.intro.universal | |
parent | 6509fd7726c200a7df3be79914b90426cc7f533c (diff) | |
download | eclipse.platform.ua-d07df3e365df8959a51d785914ce8e34ecc34883.tar.gz eclipse.platform.ua-d07df3e365df8959a51d785914ce8e34ecc34883.tar.xz eclipse.platform.ua-d07df3e365df8959a51d785914ce8e34ecc34883.zip |
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r-- | org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/background.jpg | bin | 0 -> 55521 bytes | |||
-rw-r--r-- | org.eclipse.ui.intro.universal/themes/slate/html/root.css | 5 |
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 Binary files differnew file mode 100644 index 000000000..2595c789f --- /dev/null +++ b/org.eclipse.ui.intro.universal/themes/slate/graphics/rootpage/background.jpg 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; } |