diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-08-04 16:07:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-06 16:04:40 -0500 |
commit | d47358fc952800e0115cea25d7cb4c07c49eaaf9 (patch) | |
tree | cd0e6dda9f6ed9a7c87b58b5e3e4f5677bfe997e /bitbake/lib/toaster/toastergui/static | |
parent | a8b723498c9a7106210db140452886894494b4d6 (diff) | |
download | poky-d47358fc952800e0115cea25d7cb4c07c49eaaf9.tar.gz |
bitbake: toastergui: spacing and top nav style change
Remove the margin for the .section class and the
.row-fluid class in the page header div to
reduce the vertical white space a little
bit in the project pages.
Also, change the style of the Toaster manual
link to make it look like the main navigation.
(Bitbake rev: 7b539bbf25786d313fd8092dc96b186388df58aa)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static')
-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 638c6dda82..dbe2307dc8 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -10,7 +10,6 @@ | |||
10 | 10 | ||
11 | /* Style the breadcrumb */ | 11 | /* Style the breadcrumb */ |
12 | .breadcrumb { display: inline-block; background-color: transparent; } | 12 | .breadcrumb { display: inline-block; background-color: transparent; } |
13 | .section { margin: 20px 0; } | ||
14 | 13 | ||
15 | /* Styles for the help information */ | 14 | /* Styles for the help information */ |
16 | .get-help { color: #CCCCCC; } | 15 | .get-help { color: #CCCCCC; } |