From e16218510f6070353f9534d858af50875e088a8d Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Sat, 30 Mar 2013 22:18:54 +0100 Subject: [PATCH] Add links in page footer Signed-off-by: Nicolas Iooss --- xnet/site/static/css/common.css | 5 +++-- xnet/site/templates/base.html | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/xnet/site/static/css/common.css b/xnet/site/static/css/common.css index f22d647..dd7c769 100644 --- a/xnet/site/static/css/common.css +++ b/xnet/site/static/css/common.css @@ -11,10 +11,11 @@ /*** $GLOBAL *****************************************/ /*****************************************************/ html { - overflow-y: scroll; /* Force vertical scrollbar */ + overflow-y: scroll; /* Force vertical scrollbar */ } footer { - clear:both; + clear: both; + font-size: 75%; text-align: center; } form { diff --git a/xnet/site/templates/base.html b/xnet/site/templates/base.html index a1e7a1d..30fb360 100644 --- a/xnet/site/templates/base.html +++ b/xnet/site/templates/base.html @@ -76,7 +76,9 @@ {% endblock body %} -- 2.1.4