[Xfce4-commits] <www:nick/gettext> Unset margin too for Tx.

Nick Schermer noreply at xfce.org
Fri Dec 17 17:08:01 CET 2010


Updating branch refs/heads/nick/gettext
         to a1d8bc3f4cf7d2fe183786b1d9b9e77c7ea41aa6 (commit)
       from 47515cf34f827e008b29f5f0ff885d5b064e112e (commit)

commit a1d8bc3f4cf7d2fe183786b1d9b9e77c7ea41aa6
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Dec 17 17:06:51 2010 +0100

    Unset margin too for Tx.

 style/header.css |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/style/header.css b/style/header.css
index 219e4ed..eceb5e8 100644
--- a/style/header.css
+++ b/style/header.css
@@ -1,40 +1,41 @@
 /* this file is used in various xfce subdomains! */
 
 #xfce-header {
-        /*border-bottom: 2px #69f solid;*/
-        background: #333 url('img/logosmall.png') no-repeat 6px 55%;
+	/*border-bottom: 2px #69f solid;*/
+	background: #333 url('img/logosmall.png') no-repeat 6px 55%;
 	padding-left: 120px;
 	min-height: 45px;
 }
 #xfce-header ul {
 	float: right ;
 	list-style: none;
-        margin: 0;
-        padding: 0 15px 0 0;
-        background: #333;
+	margin: 0;
+	padding: 0 15px 0 0;
+	background: #333;
 }
 #xfce-header ul li {
 	float: left;
-        font-weight: bold;
+	font-weight: bold;
+	margin: 0;
 }
 #xfce-header a {
 	color: #fff;
-        text-decoration: none;
-        display: block;
-        float: right;
-        padding: 0 15px 0 15px;
-        line-height: 4em;
+	text-decoration: none;
+	display: block;
+	float: right;
+	padding: 0 15px 0 15px;
+	line-height: 4em;
 	border: 0;
 }
 #xfce-header ul li a:hover {
 	color: #69f;
 }
 #xfce-header .active {
-        color: #69f;
+	color: #69f;
 }
 #xfce-header-clear {
 	clear: both;
 }
 #xfce-header-title, #xfce-header-subtitle {
-        display: none;
+	display: none;
 }



More information about the Xfce4-commits mailing list