diff options
-rw-r--r-- | en/contribute/index.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/en/contribute/index.php b/en/contribute/index.php index 1ed38645b..b2c645c1e 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -16,18 +16,19 @@ $dictionary = read_translation_file($locale, 'contribute'); <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <link rel="canonical" href="/<?php echo $locale; ?>/contribute/"> <?php include '../../analytics.php'; ?> + <style> .para {text-align:justify;}</style> </head> <body id="top" class="contribute"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Contribute to Mageia')?></h1> - <div style="width: 1000px; text-align: left; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;"> - <div class="para" style="padding-top: 2em;"> + <div id="doc5" class="yui-t7"> + <div class="yui-ge"> + <div class="para bb1" style="padding-top: 2em;"> <p><?php _g('Many people from all over the world gather to build Mageia – a Linux-based operating system <em>and</em> a <a href="../about/code-of-conduct/">lively, fun community</a> for <a href="../about/values/">building Free Software projects</a>.')?></p> <p><?php _g('Contributing is open to anyone, this is Free Software! If you are curious and willing to join, there are things you can do, depending on your time and skills; you will always find someone to welcome and help/mentor you if needed so that your contribution to the project can be as good as it can be!')?></p> <p><?php _g('Check what you could do below!')?></p> </div> - </div> - <div style="float: left; width: 400px; text-align: left; border-bottom: 1px solid #ddd;"> + <div class="yui-u first" style="width:40%"> <div class="para" id="by-time"> <h2><?php _g('Time')?></h2> <p><?php _g('How much free time do you have? and how much of it do you want to commit to Mageia? See what you can do:')?></p> @@ -58,7 +59,7 @@ $dictionary = read_translation_file($locale, 'contribute'); </ul> </div> </div> - <div style="float: left; width: 600px; text-align: left; border: 1px solid #ddd; border-top: 0;"> + <div class="yui-u lb1" style="width:58%"> <div class="para" id="by-role"> <h2><?php _g('Roles')?></h2> <ul id="contrib-roles" class="contrib-list"> @@ -118,5 +119,7 @@ $dictionary = read_translation_file($locale, 'contribute'); <hr> </div> </div> +</div> +</div> </body> </html> |