From 3ff84238b4029960d3fd57c3739476843ab7827b Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 1 Nov 2013 16:43:01 +0200 Subject: [PATCH] no borders when add or edit --- web/css/main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/css/main.css b/web/css/main.css index 11c0916b2..62bf2fd7d 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -439,8 +439,6 @@ form { .data-add { margin: 0; background-color: #f7f6ed; - border-left: 1px solid #e9e9e9; - border-right: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }