Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/documents/index.php b/documents/index.php
index 4fd7623..0db0ca2 100644
--- a/documents/index.php
+++ b/documents/index.php
@@ -14,7 +14,6 @@
#
#****************************************************************************
- #
# Begin: page-specific settings. Change these.
$pageTitle = "Orbit Documents";
$pageKeywords = "Orbit, bundles, documents";
@@ -26,7 +25,6 @@
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
# End: page-specific settings
- #
# Paste your HTML content between the markers!
ob_start();
@@ -34,7 +32,7 @@
<div id="midcolumn">
<h1><?= $pageTitle ?></h1>
-
+ <div class="homeitem3col">
<h2>Documents</h2>
<ul>
<li><a href="RCP_Chapter20.pdf"><i>Integrating Code Libraries</i></a> A chapter from the <a href="http://eclipsercp.org">Eclipse RCP book</a>.</li>
@@ -51,6 +49,7 @@
<li> <a href="http://osgi.org/osgi_technology/download_specs.asp?section=2">OSGi specifications</a></li>
</ul>
</div>
+</div>
<?php
include ("../global-links.html");