diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-01-14 17:27:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 22:11:34 +0000 |
commit | 24979f5219bbda94609761418be0db03a3132a2b (patch) | |
tree | 59930356ac4717654c8490f1df343bf5650b7b1f /bitbake/lib/toaster/toastergui/templates/layerdetails.html | |
parent | a11a34c60f2783063fbfe7be1712dde2006c3d76 (diff) | |
download | poky-24979f5219bbda94609761418be0db03a3132a2b.tar.gz |
bitbake: toaster: apply common styles to right hand column of detail pages
Layer, recipe and package details pages have a right column
with additional information. This commit standardises the
formatting of the content in that right column across
all these pages by creating a new css class .item-info
in default.css
(Bitbake rev: aed92feac017c967834575344faa3bad7a905b18)
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/toaster/toastergui/templates/layerdetails.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 22e99e0ecc..9286df656c 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
@@ -431,7 +431,7 @@ | |||
431 | </div> | 431 | </div> |
432 | <div class="row-fluid span4 well"> | 432 | <div class="row-fluid span4 well"> |
433 | <h2>About {{layerversion.layer.name}}</h2> | 433 | <h2>About {{layerversion.layer.name}}</h2> |
434 | <dl> | 434 | <dl class="item-info"> |
435 | 435 | ||
436 | <dt> | 436 | <dt> |
437 | Summary | 437 | Summary |