[Xfce4-commits] <docs:master> Sync some style changes.
Nick Schermer
noreply at xfce.org
Sun Dec 12 18:52:01 CET 2010
Updating branch refs/heads/master
to 2fb7410f0b868ef51b10accae56541182d8341b0 (commit)
from f1aa2afacd2e95db8b1f031cea3259ce1f69f211 (commit)
commit 2fb7410f0b868ef51b10accae56541182d8341b0
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 12 18:50:09 2010 +0100
Sync some style changes.
index.php | 12 +++++++++---
style/base.css | 14 ++++----------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/index.php b/index.php
index b9aa19a..295d0f4 100644
--- a/index.php
+++ b/index.php
@@ -3,8 +3,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title><?php echo $title ?></title>
- <link rel="shortcut icon" href="/favicon.png" type="image/png" />
+ <title>Xfce Docs</title>
+ <link rel="shortcut icon" href="/style/favicon.png" type="image/png" />
<link rel="stylesheet" media="screen" href="/style/base.css" type="text/css" />
</head>
@@ -22,10 +22,16 @@
<li><a href="http://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li>
<li><a href="http://blog.xfce.org" title="Visit the blog">Blog</a></li>
<li><a href="http://translations.xfce.org" title="Help translating the Xfce project">Translate</a></li>
+ <li><a href="http://git.xfce.org" title="Project repositories">GIT</a></li>
</ul>
</div>
<div class="clearboth"></div>
</div>
-
+<div id="page-wrap">
+ <h1>Work in progress...</h1>
+ <p>
+ Soonish this page will contain the Xfce users and developers documentation.
+ </p>
+</div>
</body>
</html>
diff --git a/style/base.css b/style/base.css
index df8eae9..ec49372 100644
--- a/style/base.css
+++ b/style/base.css
@@ -3,8 +3,7 @@ body {
margin: 0;
padding: 0;
line-height: 1.7em;
- font-family: Arial;
- font-size: 90%;
+ font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
}
#page-header {
@@ -12,7 +11,7 @@ body {
background: #333 url('img/logosmall.png') no-repeat 6px 55%;
padding-left: 120px;
}
-#page-header ul {
+#page-header ul {
float: right ;
list-style: none;
margin: 0;
@@ -22,7 +21,6 @@ body {
#page-header ul li {
float: left;
font-weight: bold;
- line-height: 50px;
}
#page-header a {
color: #fff;
@@ -30,6 +28,7 @@ body {
display: block;
float: right;
padding: 0 15px 0 15px;
+ line-height: 4em;
}
#page-header ul li a:hover {
color: #69f;
@@ -44,7 +43,7 @@ body {
padding: 1em;
text-align: left;
- min-width: 600px;
+ min-width: 600px;
max-width: 1100px;
}
@@ -135,11 +134,6 @@ h3, h4, h5 {
margin: 0 0 0.2em 0;
padding: 0.2em 0 0 0;
}
-h1 { font-size: 180%; }
-h2 { font-size: 160%; }
-h3 { font-size: 140%; }
-h4 { font-size: 120%; }
-h5 { font-size: 100%; }
ul {
list-style-type: square;
More information about the Xfce4-commits
mailing list