diff options
-rw-r--r-- | en/doc/archive.php | 2 | ||||
-rw-r--r-- | en/doc/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php index a873f946c..a98307a85 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -19,7 +19,7 @@ require 'doc.php'; <body class="doc"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php _g('Mageia Documentation\'s Archive')?></h1> - <div id="doc" class="yui-t7"> + <div id="doc" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-g"> <div class="para donate" style="padding-top: 2em;"> diff --git a/en/doc/index.php b/en/doc/index.php index 12027bfb5..cc4f7c4d4 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -21,7 +21,7 @@ require 'doc.php'; <body class="doc"> <?php echo $hsnav; ?> <h1 id="mgnavt"><?php _g('Mageia Documentation')?></h1> - <div id="doc" class="yui-t7"> + <div id="doc" class="yui-t7" style="margin-bottom: 0px;"> <div id="bd" role="main"> <div class="yui-g"> <div class="para donate" style="padding-top: 2em;"> |