From d47358fc952800e0115cea25d7cb4c07c49eaaf9 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 4 Aug 2015 16:07:06 +0100 Subject: 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 Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/toaster/toastergui/static') 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 @@ /* Style the breadcrumb */ .breadcrumb { display: inline-block; background-color: transparent; } -.section { margin: 20px 0; } /* Styles for the help information */ .get-help { color: #CCCCCC; } -- cgit v1.2.3-54-g00ecf