diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
commit | a5fa26a9aa722272e293eb5f0d750f76da1bdf42 (patch) | |
tree | 154744de7e2a02a1019465b01a1b8313d8bdf5d0 /en/3/for-server/index.php | |
parent | 47d6171b94ad6ba36386869633540f2c8f2d06fe (diff) | |
download | www-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/3/for-server/index.php')
-rw-r--r-- | en/3/for-server/index.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/en/3/for-server/index.php b/en/3/for-server/index.php index 8bf254280..35a3f71f7 100644 --- a/en/3/for-server/index.php +++ b/en/3/for-server/index.php @@ -16,12 +16,14 @@ $dictionary = read_translation_file($locale, '3'); hr { margin-top: 2em; } </style> <?php include '../../../analytics.php'; ?> + <?php echo common_header(); ?> </head> <body class="downloads"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><a href="../3/">Mageia 3</a> » <?php _g('for your server')?></h1> <?php include '../nav.php'; ?> - <div class="para" style="width: 600px;"> + <div class="container row" id="doc"> + <div class="col"> <section> <?php _g('Mageia 3 has all the main services and server packages you will need to run your server.', null, 'p'); @@ -43,11 +45,13 @@ $dictionary = read_translation_file($locale, '3'); ?> </section> </div> - <div class="para"> + <div class="col"> <?php _g('For more information about these and other packages, check the <a href="https://wiki.mageia.org/en/Mageia_3_Release_Notes">Mageia 3 Release notes</a>.', null, 'p'); _g('You can take a look at the <a href="%s">Mageia Application Database</a> to get a more complete list of Mageia packages.', array('//madb.mageia.org'), 'p'); ?> </div> + </div><!-- container--> +<?php echo common_footer($locale); ?> </body> </html> |