From 6b5d731c4b3d1fdecab051c87f96e5b6de9cc9e3 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Fri, 5 Nov 2010 14:21:53 +0000 Subject: [PATCH] base.css: add div.footer --- pyi2phosts/static/base.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyi2phosts/static/base.css b/pyi2phosts/static/base.css index 1f18a66..ac78445 100644 --- a/pyi2phosts/static/base.css +++ b/pyi2phosts/static/base.css @@ -59,3 +59,9 @@ div.main { text-align: justify; color: #000011; } + +div.footer { + font-size: 8pt; + text-align: center; + padding: 8px 0 0 0; +}