[gnomeweb-wml] cheese: single archive link at the bottom of download page
- From: Filippo Argiolas <fargiolas src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnomeweb-wml] cheese: single archive link at the bottom of download page
- Date: Wed, 17 Jun 2009 10:18:17 -0400 (EDT)
commit 46e4c144f20b495b9ca30d327b52d17374e6815b
Author: Filippo Argiolas <filippo argiolas gmail com>
Date: Wed Jun 17 16:17:15 2009 +0200
cheese: single archive link at the bottom of download page
.../cheese/data/themes/cheese/document.screen.css | 19 +++++++++++++++++++
projects.gnome.org/cheese/download.shtml | 9 +++------
2 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/projects.gnome.org/cheese/data/themes/cheese/document.screen.css b/projects.gnome.org/cheese/data/themes/cheese/document.screen.css
index 873a4bc..01254d0 100644
--- a/projects.gnome.org/cheese/data/themes/cheese/document.screen.css
+++ b/projects.gnome.org/cheese/data/themes/cheese/document.screen.css
@@ -145,6 +145,25 @@
float:right;
}
+#tothearchive
+{
+ font-size: larger;
+ text-decoration: none;
+ font-weight: bold;
+ color: blue;
+ vertical-align: middle;
+ text-align: center;
+ width: 100%;
+ clear: both;
+ margin-bottom: 5px;
+}
+
+#tothearchive a
+{
+ text-decoration: none;
+ color: blue;
+}
+
div.screenshot
{
width:50%;
diff --git a/projects.gnome.org/cheese/download.shtml b/projects.gnome.org/cheese/download.shtml
index f046566..1e01c41 100644
--- a/projects.gnome.org/cheese/download.shtml
+++ b/projects.gnome.org/cheese/download.shtml
@@ -26,9 +26,6 @@
</p>
<!--#include virtual="stable.shtml"-->
- <div class="download">
- <a href="archive.shtml">Older stable releases...</a>
- </div>
</div>
<div id="right">
@@ -53,12 +50,12 @@
<h3>Already baked development packages</h3>
<!--#include virtual="unstable.shtml"-->
- <div class="download">
- <a href="archive.shtml">Older development releases...</a>
- </div>
</div>
</div><!-- bottom -->
</div><!-- body -->
+ <div id="tothearchive">
+ <a href="archive.shtml">Older releases archive...</a>
+ </div>
<!--#set var="last_change" value="$LAST_MODIFIED"-->
<!--#include virtual="footer.shtml"-->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]