aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/code-of-conduct/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-05 09:52:42 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-05 09:52:42 +0200
commita5fa26a9aa722272e293eb5f0d750f76da1bdf42 (patch)
tree154744de7e2a02a1019465b01a1b8313d8bdf5d0 /en/about/code-of-conduct/index.php
parent47d6171b94ad6ba36386869633540f2c8f2d06fe (diff)
downloadwww-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.gz
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.bz2
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.xz
www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.zip
replace custom .css with common header, basic bootstrap adaptation
Diffstat (limited to 'en/about/code-of-conduct/index.php')
-rw-r--r--en/about/code-of-conduct/index.php12
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>