*** empty log message ***
diff --git a/platform/org.eclipse.platform/introContent.xml b/platform/org.eclipse.platform/introContent.xml
index 35bd732..0360ed6 100644
--- a/platform/org.eclipse.platform/introContent.xml
+++ b/platform/org.eclipse.platform/introContent.xml
@@ -26,7 +26,7 @@
       </group>
     </group>
     <group id="action-links">
-      <link url="http://org.eclipse.ui.intro/close" label="Workbench" id="workbench">
+      <link url="http://org.eclipse.ui.intro/switchToLaunchBar" label="Workbench" id="workbench">
         <img id="workbench_img" style-id="content-img" src="css/graphics/icons/etool/wb48.gif" alt="Go to the workbench"></img>
         <text>Go to the workbench</text>
       </link>
@@ -77,7 +77,7 @@
         </link>
       </group>
       <group id="action-links">
-      	<link url="http://org.eclipse.ui.intro/close" label="Workbench" id="workbench">
+      	<link url="http://org.eclipse.ui.intro/switchToLaunchBar" label="Workbench" id="workbench">
         	<text>Go to the workbench</text>
       	</link>
       </group>
diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml
index 1a398d4..e973d24 100644
--- a/platform/org.eclipse.platform/plugin.xml
+++ b/platform/org.eclipse.platform/plugin.xml
@@ -59,10 +59,16 @@
             <implementation
                   kind="swt">
             </implementation>
-            <launchBar location="right">
+            <!--
+            fg="#7269d2"
+            -->
+            <launchBar 	
+            	location="right" 
+            	bg="#dedcf5" 
+            	>
                <shortcut
-                     tooltip="%shortcut.overview.tooltip"
                      icon="css/graphics/icons/etool/overview.gif"
+                     tooltip="%shortcut.overview.tooltip"
                      url="http://org.eclipse.ui.intro/showPage?id=overview"/>
                <shortcut
                      tooltip="%shortcut.tutorials.tooltip"