aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-01-26 13:53:29 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2015-01-27 14:24:18 +0000
commit4fcea0aad1ac715d6eb104f60972007bc2289569 (patch)
tree2b5e171223e94807ef854d801b3852d75669e2b7 /lib/toaster/toastergui/static/css/default.css
parent48123b53d66de01ad6273140aa148276d63707ba (diff)
downloadbitbake-4fcea0aad1ac715d6eb104f60972007bc2289569.tar.gz
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 <belen.barros.pena@intel.com>
Diffstat (limited to 'lib/toaster/toastergui/static/css/default.css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 5eeeea483..cb2734222 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; }