show icons in labs page
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/6228a427 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/6228a427 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/6228a427 Branch: refs/heads/0.6.0 Commit: 6228a427100ddd78b0f4da57489e119fc2b044b7 Parents: e13b14d Author: Alex Heneveld <[email protected]> Authored: Mon Sep 16 15:18:00 2013 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Sep 18 09:30:06 2013 +0100 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/tpl/labs/page.html | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/6228a427/usage/jsgui/src/main/webapp/assets/tpl/labs/page.html ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/tpl/labs/page.html b/usage/jsgui/src/main/webapp/assets/tpl/labs/page.html index 8240488..59632da 100644 --- a/usage/jsgui/src/main/webapp/assets/tpl/labs/page.html +++ b/usage/jsgui/src/main/webapp/assets/tpl/labs/page.html @@ -7,6 +7,8 @@ <!-- --> <!-- demo the colour themese we use --> +<h1>Colours</h1><br/> + <style media="screen" type="text/css"> .swatch { padding: 10px 10px 10px 5px; @@ -75,5 +77,13 @@ $(document).ready(function() { <div id="swatches"> </div> + +<br/><br/> +<h1>Icons</h1><br/> + +<div><b>Glyphs</b></div><br/> +<img src="/assets/img/glyphicons-halflings.png"/> + + </div> </div>
