diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-22 21:39:47 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-22 21:39:47 +0000 |
commit | 150dcccaa000a5c35b86279ffa138962615b7879 (patch) | |
tree | 5a610436c5036ecb39cb65a3b5aec74c0c33bff4 /en/community | |
parent | e7f6293ff800d939f045cabb0fd29b0837b4515a (diff) | |
download | www-150dcccaa000a5c35b86279ffa138962615b7879.tar www-150dcccaa000a5c35b86279ffa138962615b7879.tar.gz www-150dcccaa000a5c35b86279ffa138962615b7879.tar.bz2 www-150dcccaa000a5c35b86279ffa138962615b7879.tar.xz www-150dcccaa000a5c35b86279ffa138962615b7879.zip |
switch to centered css for community page
Diffstat (limited to 'en/community')
-rw-r--r-- | en/community/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/en/community/index.php b/en/community/index.php index a8ecc2253..1b9bf18f6 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -41,6 +41,8 @@ include '../../lib/news.php'; <li><a href="//people.mageia.org/"><?php _g('People');?></a></li> </ul> </header> + <div id="doc6" class="yui-t7"> + <div class="yui-ge"> <div class="para" style="width: 400px;"> <section> <h2><a href="<?php _g('https://blog.mageia.org/en/')?>"><?php _g('News');?></a></h2> @@ -133,7 +135,8 @@ include '../../lib/news.php'; <li><?php _g('<a href="../donate/">Donations</a> & <a href="../about/reports/">reports</a>.')?></li> </ul> </div> - +</div> +</div> <p style="clear: both; text-align: right;"><mark><?php _g('This page needs you! <a href="https://wiki.mageia.org/en/Web_team">Join the Web team</a>!')?></mark></p> </body> </html> |