summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-04-29 19:12:50 +0000
committerJonathan Pryor <jpryor@novell.com>2008-04-29 19:12:50 +0000
commit7099803b525f90193e31af6423855bcb321ed07b (patch)
treef012cfacafa461627c143748d6ea97b21ad94b9d /index.php
parentfe0c3e66bff4d84ab168d115530fda04693ff774 (diff)
Move the Download link so that it's visible w/o scrolling.
* index.php: Move the Download link so that it's visible w/o scrolling. * css/style.css: Override the h3 class so that the Download link can float to the right of the "Better interoperability" section. * index.html: Flush.
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 950ff66..be3eb3e 100644
--- a/index.php
+++ b/index.php
@@ -2,6 +2,9 @@
require("template.php");
$content = <<<EOT
+ <div id="download">
+ <a href="/download/">Download OpenOffice.org</a>
+ </div>
<h3>Better interoperability</h3>
<p>
Go-oo has built in OpenXML import filters, it will import your
@@ -81,9 +84,6 @@ $content = <<<EOT
that's really excellent, but this is not our focus: there are no formal
roles in development to reflect this valuable work.
</p>
- <div>
- <p><a href="/download/">Download OpenOffice.org</a></p>
- </div>
EOT;
print_page("Go-OO!", array("summary"),