From: Belen Barros Pena Date: Mon, 26 Jan 2015 13:53:29 +0000 (+0000) Subject: toastergui: remove redundant style declaration X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4fcea0aad1ac715d6eb104f60972007bc2289569;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toastergui: remove redundant style declaration The bottom margin for dd tags nested inside forms is set twice. Delete one of them. Signed-off-by: Belen Barros Pena --- diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css index 5eeeea48325..cb2734222d3 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; }