From eafa730b7a2eeb19b455676304a4227b97a45814 Mon Sep 17 00:00:00 2001 From: gibransodre Date: Thu, 13 Oct 2016 14:28:11 -0300 Subject: [PATCH] Adição das margens e bordas para o body. --- WebContent/css/default.css | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/WebContent/css/default.css b/WebContent/css/default.css index db3743c..46fd14b 100644 --- a/WebContent/css/default.css +++ b/WebContent/css/default.css @@ -1,3 +1,8 @@ +body +{ + margin: 0; + border: 0; +} #botaoVoltar { width: 10%; float: left; -- libgit2 0.21.2