[Xfce4-commits] <www:master> Another fix.

Nick Schermer noreply at xfce.org
Fri Feb 24 17:50:01 CET 2012


Updating branch refs/heads/master
         to 1ab1fb89d66c401f7f4073945d4ac36bf7625451 (commit)
       from d5cca5dd4c45c7ee1d162bade337d763b1b9b76c (commit)

commit 1ab1fb89d66c401f7f4073945d4ac36bf7625451
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Feb 24 17:48:11 2012 +0100

    Another fix.

 style/header.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/style/header.css b/style/header.css
index e59b27a..51d2d7a 100644
--- a/style/header.css
+++ b/style/header.css
@@ -1,7 +1,7 @@
 /* this file is used in various xfce subdomains! */
 
 #xfce-header {
-	background: #333 url('img/logosmall.png') no-repeat 3px 50%;
+	background: #333 url('images/logosmall.png') no-repeat 3px 50%;
 	padding-left: 75px;
 	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
 
@@ -16,6 +16,7 @@
 }
 #xfce-header ul li {
 	float: left;
+	margin: 0; /* for transifex */
 }
 #xfce-header a {
 	color: #999;


More information about the Xfce4-commits mailing list