aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2010-10-08 13:18:35 +0000
committerRomain d'Alverny <rda@mageia.org>2010-10-08 13:18:35 +0000
commit57992b2f7f179d28b07d72d548303d3b21d1a606 (patch)
tree5f3e87f4dc477f43ea71199882b9f811e428c132
parent015849793963f899df501659d619ddd9d5910397 (diff)
downloadwww-57992b2f7f179d28b07d72d548303d3b21d1a606.tar
www-57992b2f7f179d28b07d72d548303d3b21d1a606.tar.gz
www-57992b2f7f179d28b07d72d548303d3b21d1a606.tar.bz2
www-57992b2f7f179d28b07d72d548303d3b21d1a606.tar.xz
www-57992b2f7f179d28b07d72d548303d3b21d1a606.zip
css update
-rw-r--r--en/about/values/index.php4
-rw-r--r--g/style/screen.css2
2 files changed, 4 insertions, 2 deletions
diff --git a/en/about/values/index.php b/en/about/values/index.php
index 7e3fc1a4b..bb1581184 100644
--- a/en/about/values/index.php
+++ b/en/about/values/index.php
@@ -17,7 +17,7 @@
<div id="hd" role="banner"><h1>Mageia <span>| Values</span></h1></div>
<div id="bd" role="main">
<div class="yui-g">
- <div class="para faq">
+ <div class="para values">
<h2>Mageia is Social Software</h2>
<ul>
@@ -33,7 +33,7 @@
</ul>
<h2>Mageia is Powerful Technology</h2>
- </ul>
+ <ul>
<li>We, as Free Software and as an Operating System, will constantly innovate to remain a premium computing technology choice.</li>
<li>We will stay up-to-date with the latest trends in Open Source, while choosing wisely to balance between modernization and reliability in our releases.</li>
<li>We will maintain the vibrancy within our Community, always aiming to lead the way in collaborative development.</li>
diff --git a/g/style/screen.css b/g/style/screen.css
index 40e21d07d..6a24eadfc 100644
--- a/g/style/screen.css
+++ b/g/style/screen.css
@@ -24,3 +24,5 @@ ul#people li { list-style: disc; margin-bottom: 0.2em; }
#reg { text-align: center; font-size: 1.4em; margin: 1em;}
.faq p { margin-bottom: 2.5em; }
.nav { background: #fff; padding: 0.3em; border-bottom: 1px solid #ddd; }
+.values ul { margin-bottom: 2em; }
+.values ul li { margin-bottom: 0.7em; } \ No newline at end of file