updated CSS for SDK intro
diff --git a/platform/org.eclipse.platform/css/overview/overview.css b/platform/org.eclipse.platform/css/overview/overview.css
index 82bf669..cb84f8e 100644
--- a/platform/org.eclipse.platform/css/overview/overview.css
+++ b/platform/org.eclipse.platform/css/overview/overview.css
@@ -12,8 +12,8 @@
  * that are centered in the middle of the page.

  */

 #overview-links {

-	width : 850px;

-	height : 150px;

+	width : 820px;

+	height : 200px;

 	position : relative;

 	left : 50%;

 	margin-left : -425px;

@@ -21,12 +21,11 @@
 }

 

 #overview-links a { 

-	display : block;

-	height : 60px; 

+	height : 80px; 

 	width : 400px;

 	text-align : left; 

-	text-indent : 20px;

-	position : absolute;

+	margin-left : 10px;

+	float : left;

 }

 

 #overview-links a img {

@@ -51,7 +50,6 @@
 a#basics img { background-image : url(../graphics/obj_48/wbbasics_obj.gif); }

 a#basics:hover img { background-image : url(../graphics/obj_48/hovwbbasics_obj.gif); }

 

-a#team { left : 425px; }

 a#team img { background-image : url(../graphics/obj_48/team_obj.gif); }

 a#team:hover img { background-image : url(../graphics/obj_48/hovteam_obj.gif); }

 

diff --git a/platform/org.eclipse.platform/css/samples/samples.css b/platform/org.eclipse.platform/css/samples/samples.css
index 04696cb..3804240 100644
--- a/platform/org.eclipse.platform/css/samples/samples.css
+++ b/platform/org.eclipse.platform/css/samples/samples.css
@@ -11,12 +11,11 @@
 /* The real content of the samples page: */

 

 a { 

-	display : block; 

-	height : 60px; 

+	float : left; 

+	height : 80px; 

 	width : 425px;

 	text-align : left; 

 	margin-left : 10px;

-	position : absolute;

 }

 

 /* cancel out the indent for the navigation links from above */

@@ -52,7 +51,7 @@
 a:hover { border-right : 5px; }

 

 #swt {

-	width : 850px;

+	width : 870px;

 	height : 150px;

 	position : relative;

 	left : 50%;

@@ -63,11 +62,9 @@
 	display : block;

 	text-align : left;

 }

-a#standalone { top : 40px; }

-a#views { top : 40px; left : 425px; }

 

 div#workbench {

-	width : 850px;

+	width : 870px;

 	height : 150px;

 	position : relative;

 	left : 50%;

@@ -75,14 +72,3 @@
 	top : -75px;

 }

 

-a#multi-page-editor { top : 40px; }

-a#property-sheet { top : 40px; left : 425px; }

-a#readmetool { top : 110px; }

-

-#eclipse-wordmark {

-	position : absolute;

-	bottom : 10px;

-	left : 20px;	

-	height : 23px;

-	width : 71px;

-}

diff --git a/platform/org.eclipse.platform/css/tutorials/tutorials.css b/platform/org.eclipse.platform/css/tutorials/tutorials.css
index 96605e3..bc241b9 100644
--- a/platform/org.eclipse.platform/css/tutorials/tutorials.css
+++ b/platform/org.eclipse.platform/css/tutorials/tutorials.css
@@ -11,17 +11,20 @@
  * Set up the content of the tutorials page into two

  * columns that are centered in the page

  */

+p #group-description {

+	padding-bottom : 10px;

+}

+

 a { 

-	display : block; 

-	height : 60px;

+	height : 80px;

 	width : 425px;

 	text-align : left; 

-	text-indent : 10px;

-	position : absolute;

+	margin-left : 10px;

+	float : left;

 }

 

 /* cancel out the indent for the navigation links from above */

-#navigation-links a { text-indent : 0; }

+#navigation-links a { margin-left : 0; }

 

 a .link-label {

 	position : relative;