From eef7bf2e17ecc801c27241ed92a3b5a163d88e77 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Fri, 12 Nov 2010 19:50:49 +0000 Subject: [PATCH] base.css: fix top padding of main div --- pyi2phosts/static/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyi2phosts/static/base.css b/pyi2phosts/static/base.css index 67392eb..6150362 100644 --- a/pyi2phosts/static/base.css +++ b/pyi2phosts/static/base.css @@ -70,7 +70,7 @@ div.menu { div.main { margin: 0px 0px 0px 0px; - padding: 5px 40px 20px 190px; + padding: 22px 40px 20px 190px; text-align: justify; color: #000011; }