From 571d551a2de0961c7cf3f9463b406b7d667ff444 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 26 Jan 2015 13:53:29 +0000 Subject: bitbake: toastergui: remove redundant style declaration The bottom margin for dd tags nested inside forms is set twice. Delete one of them. (Bitbake rev: 4fcea0aad1ac715d6eb104f60972007bc2289569) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 5eeeea4832..cb2734222d 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/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; } -- cgit v1.2.3-54-g00ecf