summaryrefslogtreecommitdiffstats
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
parentc04977563f3c766bae32fdc07fa81ea1615a5cac (diff)
downloadast2050-yocto-poky-571d551a2de0961c7cf3f9463b406b7d667ff444.zip
ast2050-yocto-poky-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>
-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 5eeeea4..cb27342 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; }
OpenPOWER on IntegriCloud