summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-01-26 13:53:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 22:11:34 +0000
commit571d551a2de0961c7cf3f9463b406b7d667ff444 (patch)
tree82020871380f83bb91a165cffc44f3e6a4e58ee6 /bitbake
parentc04977563f3c766bae32fdc07fa81ea1615a5cac (diff)
downloadpoky-571d551a2de0961c7cf3f9463b406b7d667ff444.tar.gz
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 <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css1
1 files changed, 0 insertions, 1 deletions
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; }
184.control-group { margin-bottom: 0px; } 184.control-group { margin-bottom: 0px; }
185#project-details form { margin: 0px; } 185#project-details form { margin: 0px; }
186dd form { margin: 10px 0 0 0; } 186dd form { margin: 10px 0 0 0; }
187dd form { margin-bottom: 0px; }
188dl textarea { resize: vertical; } 187dl textarea { resize: vertical; }
189.navbar-fixed-top { z-index: 1; } 188.navbar-fixed-top { z-index: 1; }
190.popover { z-index: 2; } 189.popover { z-index: 2; }