Bug 563682 - fix css styles
fixe style.css and index.php
Change-Id: Icec8fb3fb221e0cca391446f12477fa484eca705
Signed-off-by: Ralph Soika <ralph.soika@imixs.com>
diff --git a/index.php b/index.php
index 2fc3670..89b858d 100755
--- a/index.php
+++ b/index.php
@@ -24,6 +24,25 @@
// # Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
+
+
+<div id="bigbuttons">
+ <div id="bigbuttons-content">
+ <h3>Primary Links</h3>
+ <ul>
+ <li><a id="buttonDownload" href="downloads.php" title="Download">
+ BPMN2 Modeler Software Install Site</a></li>
+ <li><a id="buttonDocumentation" href="documentation.php" title="Documentation">
+ Tutorials, Examples, Videos, Reference Documentation</a></li>
+ <li><a id="buttonSupport" href="support.php" title="Support">
+ Bug Tracker, Newsgroup</a></li>
+ <li><a id="buttonInvolved" href="developers.php" title="Getting Involved">
+ CVS, Workspace Setup, Wiki, Committers</a></li>
+ </ul>
+ </div>
+</div>
+
+
<div id="bigbuttons">
<h3>Primary Links</h3>
<ul>
diff --git a/style.css b/style.css
index 403def6..ce93c1d 100755
--- a/style.css
+++ b/style.css
@@ -1,7 +1,11 @@
@CHARSET "UTF-8";
-#novaContent {
- background: url("images/backgroundMain.png") no-repeat;
- padding-top: 210px;
+#bigbuttons {
+ background: url("images/backgroundMain.png") no-repeat white;
+}
+
+#bigbuttons-content {
+ margin-left: 20%;
+ width: 66%;
}
#midcolumn {
@@ -34,7 +38,7 @@
}
#novaContent {
- background: url("images/backgroundMain.png") no-repeat white;
+
padding-top: 170px;
}