fix in styles.css
diff --git a/_projectCommon.php b/_projectCommon.php
index 2384616..80fe1bb 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -47,7 +47,7 @@
# $Menu->addMenuItem("Developers", "/project/developers", "_self");
# To define additional CSS or other pre-body headers
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>');
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/windowbuilder/style.css"/>');
# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
$App->Promotion = TRUE;
diff --git a/style.css b/style.css
index edf76c9..5d724fe 100755
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
@CHARSET "UTF-8";
#novaContent {
- background: url("images/backgroundMain.png") no-repeat;
+ background: url("www.eclipse.org/windowbuilder/images/backgroundMain.png") no-repeat;
padding-top: 210px;
}
@@ -29,7 +29,7 @@
#novaContent {
- background: url("images/backgroundMain.png") no-repeat white;
+ background: url("www.eclipse.org/windowbuilder/images/backgroundMain.png") no-repeat white;
padding-top: 170px;
}