From d60c701b3f63b7267aa487f7366134c90804b42c Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Fri, 11 Sep 2015 15:12:42 -0300 Subject: [PATCH] Fix elements inside main-content were out of place --- public/designs/themes/base/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/designs/themes/base/style.css b/public/designs/themes/base/style.css index 59a3a2e..facb4a2 100644 --- a/public/designs/themes/base/style.css +++ b/public/designs/themes/base/style.css @@ -298,10 +298,9 @@ body, th, td, input { border-color: #babdb6; border-width: 1px; border-radius: 10px; - box-shadow: 1px 1px 2px #888888; - padding: 10px 20px; + position: relative; } #content .main-block h1, #not-found h1, #access-denied h1 { -- libgit2 0.21.2