From d9fb2cc495eadd2e41eacc5ab8f51ec7e8543d14 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Tue, 25 Aug 2015 15:55:22 -0300 Subject: [PATCH] redefinido o css --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 377a9ed..c406a35 100644 --- a/style.css +++ b/style.css @@ -360,9 +360,11 @@ body { html {background-image: none;background-color: #EEE;} #navigation, +#navigation-control, #profile-header, #site-title {display: none;} + #wrap-2 {background-image: none;background-color: #EEE;} #content {margin-top: 10px;} @@ -471,5 +473,10 @@ padding-left: 0px; #article-sub-header {display: none;} #article-toolbar {margin-bottom: 20px;} - +.comment_paragraph { + background-color: #ECECEC; + display: table-cell; + padding: 10px; + width: 97%; +} -- libgit2 0.21.2