From 7ec5240f427d2a7fec9772c30d406339ebe6d1ef 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.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/designs/themes/base/style.scss b/public/designs/themes/base/style.scss index 7c688a4..2e17665 100644 --- a/public/designs/themes/base/style.scss +++ b/public/designs/themes/base/style.scss @@ -302,10 +302,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