add padding to text container

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/content/en_index.php b/content/en_index.php
index 650de62..b0ac012 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -27,12 +27,10 @@
 </div>
  -->
  <style>
- .col-md-15 p.projects a {color:orange}
+ .col-md-15 p.projects a:link {color:orange}
  </style>
-<div class="container">
-
+<div class="container" style="padding-top:1.5em;">
   <div class="col-md-15">
-
 		<h1>Are you ready for <span class="fw-600">Java&trade; 8?</span></h1>
 	  <p class="projects">Eclipse Luna includes official support for Java 8 in the 
 	  <a href="/jdt">Java development tools</a>, 
diff --git a/index.php b/index.php
index 57f9b06..50351e6 100644
--- a/index.php
+++ b/index.php
@@ -26,7 +26,7 @@
   // Custom theme variables
 	$variables = array();
 	$variables['hide_breadcrumbs'] = TRUE;
-	$variables['main_container_classes'] = 'container-full  footer-offset  breadcrumbs-offset';
+	$variables['main_container_classes'] = 'container-full  footer-offset  breadcrumbs-offset padding-top';
 	$App->setThemeVariables($variables);
 
 	// Place your html content in a file called content/en_pagename.php