aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/archive.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2017-07-05 11:23:55 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2017-07-05 11:23:55 +0200
commit16b6d6859544258bea750103e235bd7e216ecfc1 (patch)
treedb87e1cbd06a40cf8612f0a1b895f2ba1ef47fff /en/doc/archive.php
parent4d698ae14ddd4801897cf2ccf4e929deee81a944 (diff)
downloadwww-16b6d6859544258bea750103e235bd7e216ecfc1.tar
www-16b6d6859544258bea750103e235bd7e216ecfc1.tar.gz
www-16b6d6859544258bea750103e235bd7e216ecfc1.tar.bz2
www-16b6d6859544258bea750103e235bd7e216ecfc1.tar.xz
www-16b6d6859544258bea750103e235bd7e216ecfc1.zip
Adapt to bootstrap
+replace custom .css with common header +use class of bootstrap instead of inline style +clean inline css
Diffstat (limited to 'en/doc/archive.php')
-rw-r--r--en/doc/archive.php28
1 files changed, 18 insertions, 10 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php
index 2c40a9db9..9c5e062eb 100644
--- a/en/doc/archive.php
+++ b/en/doc/archive.php
@@ -12,10 +12,12 @@ require 'doc.php';
<title><?php _g('Mageia Documentation\'s Archive')?></title>
<meta name="description" content="<?php _g('Documentation for previous releases of Mageia distribution and its tools.')?>">
<meta name="keywords" content="<?php _g('doc,documentation,help,guide,installer,installation,mageia,linux')?>">
- <link rel="stylesheet" href="/g/style/all.css" type="text/css">
- <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
+ <?php echo common_header(); ?>
<?php include '../../analytics.php'; ?>
-</head>
+<style>
+ tbody { display: none; }
+</style>
+</head
<body class="doc">
<?php echo $hsnav; ?>
<h1 id="mgnavt"><?php _g('Mageia Documentation\'s Archive')?></h1>
@@ -29,32 +31,38 @@ require 'doc.php';
<?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?>
<hr>
<h3>Mageia 4</h3>
- <div style="float: left; margin: 1em; width: 24em;">
- <p style="margin-left: 2em;"><?php doc_list(_r('Installer'), 'installer', 4);
- ?></p>
+ <div class="row">
+ <div class="col">
+ <?php doc_list(_r('Installer'), 'installer', 4);
+ ?>
</div>
- <div style="float: right; margin: 1em; width: 24em;">
+ <div class="col">
<p style="margin-left: 2em;"><?php doc_list(_r('Control Center'), 'control_center', 4);
?></p>
</div>
+ </div><!--row-->
<hr style="clear: both;">
<h3>Mageia 3</h3>
- <div style="float: left; margin: 1em; width: 24em;">
+ <div class="row">
+ <div class="col">
<p style="margin-left: 2em;"><?php
doc_list(_r('Installer'), 'installer', 3);
?></p>
</div>
- <div style="float: right; margin: 1em; width: 24em;">
+ <div class="col">
<p style="margin-left: 2em;"><?php
doc_list(_r('Control Center'), 'control_center', 3);
?></p>
</div>
+ </div><!--row-->
<hr style="clear: both;">
<h3>Mageia 2</h3>
- <div style="float: left; margin: 2em;">
+ <div class="row">
+ <div class="col">
<p><?php
doc_list(_r('Installer'), 'installer', 2);
?></p>
+ </div><!--row-->
</div>
</div>
</div>