summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-08-28 17:27:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-29 14:03:52 +0100
commitae329b763304e14fc808e6150a8c076d4816303d (patch)
tree1486cf618f40a8c858e83d274fc449d35f2eba7e /bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
parent7957e1f15f6a166c5cb4011c64794e9896632e70 (diff)
downloadpoky-ae329b763304e14fc808e6150a8c076d4816303d.tar.gz
bitbake: toaster: adjust spacing in project pages
Mainly in the top of the page, by adjusting some classes and the headings. Also, it removes the commented out tab for the 'My image recipes' section, since the final designs for image customisation do not need it. (Bitbake rev: 945746f21916eb64a0b4344bcf7e7e0dd75b9547) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html b/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
index 8b043d1e44..229cd17ba6 100644
--- a/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
+++ b/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html
@@ -6,7 +6,7 @@
6{% include "projecttopbar.html" %} 6{% include "projecttopbar.html" %}
7 7
8<!-- Begin main page container --> 8<!-- Begin main page container -->
9<div class="row-fluid"> 9<div>
10 {% block projectinfomain %}{% endblock %} 10 {% block projectinfomain %}{% endblock %}
11</div> 11</div>
12<!-- End main container --> 12<!-- End main container -->