aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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