[Xfce4-commits] <wiki:master> Some fixes.

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


Updating branch refs/heads/master
         to 47b972f611e56b3a4ed3c59eb8b8017ee4bef5be (commit)
       from 2b74099909a1238ec0cb48778fb1c3fdc866fec2 (commit)

commit 47b972f611e56b3a4ed3c59eb8b8017ee4bef5be
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Feb 24 17:42:46 2012 +0100

    Some fixes.

 lib/tpl/docs/_xfceheader.css |    9 +++++++--
 lib/tpl/docs/main.php        |    4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/lib/tpl/docs/_xfceheader.css b/lib/tpl/docs/_xfceheader.css
index e59b27a..8e0255c 100644
--- a/lib/tpl/docs/_xfceheader.css
+++ b/lib/tpl/docs/_xfceheader.css
@@ -1,7 +1,12 @@
-/* this file is used in various xfce subdomains! */
+body {
+  background-color: #eee;
+  margin: 0;
+  font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
+  font-size: 14px;
+}
 
 #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);
 
diff --git a/lib/tpl/docs/main.php b/lib/tpl/docs/main.php
index ac8a29f..638fb9a 100644
--- a/lib/tpl/docs/main.php
+++ b/lib/tpl/docs/main.php
@@ -33,8 +33,8 @@ if (!defined('DOKU_INC')) die();
 <body>
 <div id="xfce-header">
 <div>
-  <h1>Xfce Desktop Enviroment</h1>
-  <h4>Xfce subdomain navigation</h4>
+  <h1 id="xfce-header-title">Xfce Desktop Enviroment</h1>
+  <h4 id="xfce-header-subtitle">Xfce subdomain navigation</h4>
 
     <ul>
       <li><a href="http://www.xfce.org" title="Go to the homepage">Home</a></li>


More information about the Xfce4-commits mailing list