diff options
author | filip <filip.komar@gmail.com> | 2016-06-28 23:22:53 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-06-28 23:22:53 +0200 |
commit | 05db764b04c1de4d458b1687dd1174468f40fc07 (patch) | |
tree | 63436b85ff1cfced62e3b0624235811d088e9e57 | |
parent | 4f7d30581ae18ed826df67118e8929045730f5f8 (diff) | |
download | www-05db764b04c1de4d458b1687dd1174468f40fc07.tar www-05db764b04c1de4d458b1687dd1174468f40fc07.tar.gz www-05db764b04c1de4d458b1687dd1174468f40fc07.tar.bz2 www-05db764b04c1de4d458b1687dd1174468f40fc07.tar.xz www-05db764b04c1de4d458b1687dd1174468f40fc07.zip |
bottom margin fix for common footer
-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;"> |