diff options
author | Chris Goldthorpe | 2010-06-21 22:31:13 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2010-06-21 22:31:13 +0000 |
commit | 782596d39c1201e805d90f183180845446701af3 (patch) | |
tree | 489e5f10787897a22903259c3ef69380d08cb74c /org.eclipse.ui.intro.universal | |
parent | bb8344fd2497b2cd7d7c94aa92b791865e256810 (diff) | |
download | eclipse.platform.ua-782596d39c1201e805d90f183180845446701af3.tar.gz eclipse.platform.ua-782596d39c1201e805d90f183180845446701af3.tar.xz eclipse.platform.ua-782596d39c1201e805d90f183180845446701af3.zip |
Bug 317529 - [Intro] Slate theme Overview page looks odd with non-white window background - Fix for Eclipse 3.7
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r-- | org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.ui.intro.universal/themes/slate/html/shared.css | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF index 2cfba8eee..d5f213758 100644 --- a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF +++ b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.ui.intro.universal;singleton:=true -Bundle-Version: 3.2.400.qualifier +Bundle-Version: 3.2.500.qualifier Bundle-Vendor: %provider_name Bundle-Localization: plugin Export-Package: org.eclipse.ui.internal.intro.universal;x-friends:="org.eclipse.ua.tests", diff --git a/org.eclipse.ui.intro.universal/themes/slate/html/shared.css b/org.eclipse.ui.intro.universal/themes/slate/html/shared.css index 7025b3ef8..309d5659c 100644 --- a/org.eclipse.ui.intro.universal/themes/slate/html/shared.css +++ b/org.eclipse.ui.intro.universal/themes/slate/html/shared.css @@ -16,6 +16,10 @@ body { font-family : Arial, sans-serif; } H1, H2, H3, H4, p, a { color : #4D4D4D; } + body { + background-color : #FFFFFF; +} + /* The label part of the folding section */ .section-title-link .section-title { display : inline; |