]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toastergui: remove redundant style declaration
authorBelen Barros Pena <belen.barros.pena@intel.com>
Mon, 26 Jan 2015 13:53:29 +0000 (13:53 +0000)
committerAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 27 Jan 2015 14:24:18 +0000 (14:24 +0000)
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@intel.com>
lib/toaster/toastergui/static/css/default.css

index 5eeeea483250110180272f07a034a4896f6ac13c..cb2734222d345ed5d3baedf45e50cebb91443dad 100644 (file)
@@ -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; }