diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 10:56:03 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 10:56:03 +0200 |
commit | 4d698ae14ddd4801897cf2ccf4e929deee81a944 (patch) | |
tree | caa8203c41c1519c7ba96cca40a726097ec8afb7 /en/contact/index.php | |
parent | 29731943ca2d537e35e6fea00fe5d96bf223c345 (diff) | |
download | www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.gz www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.bz2 www-4d698ae14ddd4801897cf2ccf4e929deee81a944.tar.xz www-4d698ae14ddd4801897cf2ccf4e929deee81a944.zip |
more page to adapt for bootstrap
+replace custom .css with common header
+clean of inline style
Diffstat (limited to 'en/contact/index.php')
-rw-r--r-- | en/contact/index.php | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index 287261d50..e46a630ed 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -11,17 +11,15 @@ $dictionary = read_translation_file($locale, array('contact', 'common_footer')); <meta name="description" content="<?php _g('Here you can find out, how to contribute to the Mageia project')?>"> <meta name="keywords" content="<?php _g('mageia, contact, mail, press, people, board, council, mailing lists')?>"> <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(); ?> <link rel="canonical" href="/<?php echo $locale; ?>/contact/"> - <style> .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }</style> <?php include '../../analytics.php'; ?> </head> <body class="contact"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Contact Us')?></h1> -<div style="display: table;margin: 1em auto 0;border-radius: 10px;box-shadow: 0px 0px 6px #555;overflow: hidden;background: none repeat scroll 0% 0% #FFF;"> - <div class="para" style="width: 300px;"> +<div id="doc" class="container row"> + <div class="col" > <?php _g('You are looking for support', null, 'h2'); _g('Search on:');?> @@ -41,7 +39,7 @@ $dictionary = read_translation_file($locale, array('contact', 'common_footer')); <hr> </div> - <div class="para" style="width: 600px;"> + <div class="col"> <?php _g('You have an idea of whom to contact', null, 'h2'); echo '<ul class="hl">'; @@ -61,7 +59,7 @@ $dictionary = read_translation_file($locale, array('contact', 'common_footer')); _g('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'), 'p'); ?> </div> - <div class="para" style="width: 280px;"> + <div class="col"> <?php _g('Something particular to ask', null, 'h2')?> <span class="dlinfo"><?php _g('In English and this is not for support')?></span> |