diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-01-26 13:53:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 22:11:34 +0000 |
commit | 571d551a2de0961c7cf3f9463b406b7d667ff444 (patch) | |
tree | 82020871380f83bb91a165cffc44f3e6a4e58ee6 /bitbake/lib | |
parent | c04977563f3c766bae32fdc07fa81ea1615a5cac (diff) | |
download | 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>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 1 |
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; } |
186 | dd form { margin: 10px 0 0 0; } | 186 | dd form { margin: 10px 0 0 0; } |
187 | dd form { margin-bottom: 0px; } | ||
188 | dl textarea { resize: vertical; } | 187 | dl 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; } |