diff options
-rw-r--r-- | root/static/style/ttsite.css | 8 | ||||
-rw-r--r-- | root/template/footer | 12 | ||||
-rw-r--r-- | root/template/html | 2 | ||||
-rw-r--r-- | root/template/layout | 5 |
4 files changed, 17 insertions, 10 deletions
diff --git a/root/static/style/ttsite.css b/root/static/style/ttsite.css index 986d503..871052c 100644 --- a/root/static/style/ttsite.css +++ b/root/static/style/ttsite.css @@ -5,6 +5,14 @@ html, body { } #mgnavdoc { margin: 10px; position: absolute; top: 128px; } +footer { + border-top: 1px solid #ddd; + margin: 1em 0 0 0; + padding: 1em; + font-size: 90%; +} +footer, footer a { color: #888; } + #doc { -webkit-box-shadow: 0 0 10px #444; -moz-box-shadow: 0 0 10px #444; diff --git a/root/template/footer b/root/template/footer index f6815b2..395fb19 100644 --- a/root/template/footer +++ b/root/template/footer @@ -1,5 +1,7 @@ -<div class="hnav"> -<div align=center><p>2010 <a href="http://www.mageia.org/">Mageia.org</a> - | <a href="http://www.mageia.org/en/about/policies/privacy/">Privacy policy</a> - | <a href="https://wiki.mageia.org/en/FAQ:Accounts">Mageia user accounts FAQ</a> -</p></div></div> +<footer> + <p> + 2010-2012 <a href="http://www.mageia.org/">Mageia.org</a> + | <a href="http://www.mageia.org/en/about/policies/privacy/">Privacy policy</a> + | <a href="https://wiki.mageia.org/en/FAQ:Accounts">Mageia user accounts FAQ</a> + </p> +</footer>
\ No newline at end of file diff --git a/root/template/html b/root/template/html index 645c2a7..d6efde9 100644 --- a/root/template/html +++ b/root/template/html @@ -14,7 +14,7 @@ <body class="you"> [% PROCESS template/header %] <div id="mgnavdoc">[% content %]</div> - + [% PROCESS template/footer %] <script src="//nav.mageia.org/js/"></script> </body> </html> diff --git a/root/template/layout b/root/template/layout index a03c0a3..d92b0c7 100644 --- a/root/template/layout +++ b/root/template/layout @@ -28,7 +28,4 @@ </div> </div> </div> - <div id="ft" role="contentinfo"> - [% PROCESS template/footer %] - </div> -</div> +</div>
\ No newline at end of file |