From 118c3ac7bb05955ca95983f44241637c9991af57 Mon Sep 17 00:00:00 2001 From: Valessio Brito Date: Fri, 20 Sep 2013 10:25:06 -0300 Subject: [PATCH] Fix style on Menu left --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index d990e05..30e3a8e 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,13 @@ @import url(../profile-base/style.css); +/* Main style page */ +body { + background: #FFF; +} - +#wrap-2 { + border: 0px; +} /* Panel Right Style */ .box-1 { @@ -19,7 +25,7 @@ /* Menu List left */ #content .box-2 .block-title { - font-size: 14px; + font-size: 12px; text-align: left; border-top: 4px solid #00510f; background: #eeefff; -- libgit2 0.21.2