[Xfce4-commits] <www:nick/gettext> Update mirrorbrain css and add archive in header.

Nick Schermer noreply at xfce.org
Thu Jan 13 20:44:01 CET 2011


Updating branch refs/heads/nick/gettext
         to f846f84afe3b8d97c3be5ca497e154d8eb38bb0c (commit)
       from e99ae71b22ab00c1d08f428342fd7f9962a5f0b6 (commit)

commit f846f84afe3b8d97c3be5ca497e154d8eb38bb0c
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Jan 13 20:42:21 2011 +0100

    Update mirrorbrain css and add archive in header.

 pages/header.php      |    1 +
 style/header.css      |    4 ++--
 style/mirrorbrain.css |   20 +++++++++++++++++++-
 3 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/pages/header.php b/pages/header.php
index 0325f2b..32799e0 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -36,6 +36,7 @@ else
 		<ul>
 			<li><a href="http://www.xfce.org" title="Go to the homepage" class="active">Home</a></li>
 			<li><a href="http://docs.xfce.org" title="Official documentation">Docs</a></li>
+			<li><a href="http://archive.xfce.org" title="Download location of tarballs">Archive</a></li>
 			<li><a href="http://wiki.xfce.org" title="Community documentation">Wiki</a></li>
 			<li><a href="http://forum.xfce.org" title="Community forums">Forum</a></li>
 			<li><a href="http://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li>
diff --git a/style/header.css b/style/header.css
index eceb5e8..55f5469 100644
--- a/style/header.css
+++ b/style/header.css
@@ -10,7 +10,7 @@
 	float: right ;
 	list-style: none;
 	margin: 0;
-	padding: 0 15px 0 0;
+	padding: 0 10px 0 0;
 	background: #333;
 }
 #xfce-header ul li {
@@ -23,7 +23,7 @@
 	text-decoration: none;
 	display: block;
 	float: right;
-	padding: 0 15px 0 15px;
+	padding: 0 10px 0 10px;
 	line-height: 4em;
 	border: 0;
 }
diff --git a/style/mirrorbrain.css b/style/mirrorbrain.css
index 0c9493b..f1ad25a 100644
--- a/style/mirrorbrain.css
+++ b/style/mirrorbrain.css
@@ -6,7 +6,7 @@ body {
   line-height: 1.7em;
 }
 
-#mirrorbrain-details, #mirrorbrain-index
+#mirrorbrain-wrap
 {
   padding: 1em;
   min-width: 600px;
@@ -15,6 +15,24 @@ body {
   text-align: left;
 }
 
+#mirrorbrain-details address {
+  display: none;
+}
+
+#mirrorbrain-footer {
+  color: #999;
+  font-size: small;
+}
+
+#mirrorbrain-footer a {
+  color: #999;
+  text-decoration: underline;
+}
+
+#mirrorbrain-footer a:hover {
+  color: #06c;
+}
+
 h2 {
   color: #666;
   border-bottom: 1px solid #ccc;



More information about the Xfce4-commits mailing list