[bitbake-devel] [PATCH 04/14] toastergui: remove redundant style declaration

Alex DAMIAN alexandru.damian at intel.com
Tue Jan 27 14:27:25 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

The bottom margin for dd tags nested inside forms is
set twice. Delete one of them.

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
---
 lib/toaster/toastergui/static/css/default.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 5eeeea4..cb27342 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -184,7 +184,6 @@ a code:hover { color: #005580; }
 .control-group { margin-bottom: 0px; }
 #project-details form { margin: 0px; }
 dd form { margin: 10px 0 0 0; }
-dd form { margin-bottom: 0px; }
 dl textarea { resize: vertical; }
 .navbar-fixed-top {  z-index: 1; }
 .popover { z-index: 2; }
-- 
1.9.1




More information about the bitbake-devel mailing list