aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-11-29 21:31:01 +0000
committerRomain d'Alverny <rda@mageia.org>2010-11-29 21:31:01 +0000
commit3c75d7fea9a9bc39c55ec5b40a7de185e659c167 (patch)
treeed8110e561085b8cdf62da14f0e707e0d8eb2f4f
parent9fc25e1ccbe197f9e70c89ced2af85aebd991d41 (diff)
downloadwww-3c75d7fea9a9bc39c55ec5b40a7de185e659c167.tar
www-3c75d7fea9a9bc39c55ec5b40a7de185e659c167.tar.gz
www-3c75d7fea9a9bc39c55ec5b40a7de185e659c167.tar.bz2
www-3c75d7fea9a9bc39c55ec5b40a7de185e659c167.tar.xz
www-3c75d7fea9a9bc39c55ec5b40a7de185e659c167.zip
small fixes
-rw-r--r--en/index.php4
-rw-r--r--g/style/all.css2
-rw-r--r--g/style/screen.css2
3 files changed, 4 insertions, 4 deletions
diff --git a/en/index.php b/en/index.php
index de5c5be0b..943c2b51a 100644
--- a/en/index.php
+++ b/en/index.php
@@ -20,14 +20,14 @@
recognized and elected contributors.</p>
<p>Further than just delivering a free, secure, stable and sustainable operating system,
- the goal is to set a stable and trustable governance to direct collaborative projects
+ the goal is to set up a stable and trustable governance to direct collaborative projects
(<a href="#announce">check original announcement</a>).</p>
</div>
</div>
<div class="yui-g bb1">
<div class="yui-u first rb1">
<div class="para" id="news">
- <h2><a href="http://blog.mageia.org/fr/">News</a></h2>
+ <h2><a href="http://blog.mageia.org/">News</a></h2>
<?php include '../lib/news.php'; echo html_news('en'); ?>
</div>
</div>
diff --git a/g/style/all.css b/g/style/all.css
index 21b2e01b9..2f413f518 100644
--- a/g/style/all.css
+++ b/g/style/all.css
@@ -52,7 +52,7 @@ ul.todo li.done { text-decoration: line-through; }
ul.news { padding: 0; margin: 0; }
ul.news li { margin-bottom: 0.5em; list-style: none; }
ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
- font-family: courier new, fixed; margin: 0.3em 1em 0.3em 1em; float: left; }
+ font-family: courier new, fixed; margin: 0.3em 1em 0.3em 0em; float: left; }
.bb1 { border-bottom: 1px solid #aaa; }
.lb1 { border-left: 1px solid #aaa; }
diff --git a/g/style/screen.css b/g/style/screen.css
index d235292ec..f939ba995 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -40,7 +40,7 @@ ul.todo li.done { text-decoration: line-through; }
ul.news { padding: 0; margin: 0; }
ul.news li { margin-bottom: 0.5em; list-style: none; }
ul.news li span.dt { font-weight: thin; font-size: 85%; color: #666;
- font-family: courier new, fixed; margin: 0.3em 1em 0.3em 1em; float: left; }
+ font-family: courier new, fixed; margin: 0.3em 1em 0.3em 0em; float: left; }
.bb1 { border-bottom: 1px solid #aaa; }
.lb1 { border-left: 1px solid #aaa; }