From d5caccf2634f97a56d4ea47f2cc95d0fe3e924d0 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 30 Jun 2012 17:37:43 +0000 Subject: reorganize footer --- root/static/style/ttsite.css | 8 ++++++++ root/template/footer | 12 +++++++----- root/template/html | 2 +- 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 @@ -
-

2010 Mageia.org - | Privacy policy - | Mageia user accounts FAQ -

+ \ 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 @@ [% PROCESS template/header %]
[% content %]
- + [% PROCESS template/footer %] 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 @@ - - + \ No newline at end of file -- cgit v1.2.1