diff options
Diffstat (limited to 'en/about/code-of-conduct/index.php')
-rw-r--r-- | en/about/code-of-conduct/index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php index 96f0bcf7c..2acad4887 100644 --- a/en/about/code-of-conduct/index.php +++ b/en/about/code-of-conduct/index.php @@ -12,17 +12,17 @@ $dictionary = read_translation_file($locale, array('about/code-of-conduct', 'com <meta name="description" content="<?php _g('Mageia project Code of Conduct for contributors and users.')?>"> <meta name="keywords" content="<?php _g('mageia, values, conduct, rules')?>"> <meta name="author" content="Mageia"> - <link rel="stylesheet" type="text/css" href="/g/style/all.css"> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> + <?php echo common_header(); ?> <?php include '../../../analytics.php'; ?> + <?php echo common_header(); ?> </head> <body class="about"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php _g('Code of Conduct')?></h1> - <div id="doc" class="yui-t7" style="margin-bottom: 0px;"> + <div id="doc" class="yui-t7"> <div id="bd" role="main"> <div class="yui-g"> - <div class="para codeofconduct"> + <div class="codeofconduct"> <div id="preamble"> <p><?php _g('The Mageia project is a lively community, open to everyone. We want this community to be a nice place for both newcomers and current members, where everyone feels comfortable and accepted whatever the amount and type of his/her contributions are.')?></p> @@ -34,7 +34,7 @@ $dictionary = read_translation_file($locale, array('about/code-of-conduct', 'com <p><?php _g('This Code of Conduct is shared by all contributors and users who engage with the Mageia project and its community services.')?></p> </div> - <div id="overview"> + <div id="overview" class="mt-4"> <h2 class="be"><?php _g('Overview')?></h2> <p><?php _g('This Code of Conduct presents a summary of the shared values and “common sense” thinking in our community. The basic social imperatives that hold our project together include:')?></p> @@ -107,4 +107,4 @@ $dictionary = read_translation_file($locale, array('about/code-of-conduct', 'com </div> <?php echo common_footer($locale); ?> </body> -</html>
\ No newline at end of file +</html> |