aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/bread-crumb.reel/bread-crumb.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-27 21:17:29 -0800
committerValerio Virgillito2012-02-27 21:17:29 -0800
commitdb5db0a92c1fb67eac262c33d4fbf776ceabbb3c (patch)
tree5067bf199ba998dae1ee42de49fc98c989198237 /js/components/layout/bread-crumb.reel/bread-crumb.html
parent8125c8c6c9431067840d81c46624b6a2dd5eb4a7 (diff)
downloadninja-db5db0a92c1fb67eac262c33d4fbf776ceabbb3c.tar.gz
breadcrumb cleanup and moving the resized on top of the timeline panel
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.html')
-rwxr-xr-xjs/components/layout/bread-crumb.reel/bread-crumb.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.html b/js/components/layout/bread-crumb.reel/bread-crumb.html
index c1b9ed61..234596a6 100755
--- a/js/components/layout/bread-crumb.reel/bread-crumb.html
+++ b/js/components/layout/bread-crumb.reel/bread-crumb.html
@@ -16,7 +16,7 @@
16 "module": "js/components/layout/bread-crumb.reel", 16 "module": "js/components/layout/bread-crumb.reel",
17 "name": "Breadcrumb", 17 "name": "Breadcrumb",
18 "properties": { 18 "properties": {
19 "element": {"#": "breadcrumb_trail"}, 19 "element": {"#": "breadcrumbTrail"},
20 "button" : {"@":"breadCrumbButton"}, 20 "button" : {"@":"breadCrumbButton"},
21 "stylerepetition" : {"@":"repetition1"} 21 "stylerepetition" : {"@":"repetition1"}
22 22
@@ -60,11 +60,11 @@
60 </head> 60 </head>
61 <body> 61 <body>
62 62
63 <div id="breadcrumb_trail" class="breadcrumbtrail"> 63 <section id="breadcrumbTrail" class="breadcrumbTrail">
64 <div id="breadcrumb_container" class="bread_crumb"> 64 <div id="breadcrumb_container">
65 <div id="breadcrumb_button"></div> 65 <div id="breadcrumb_button"></div>
66 </div> 66 </div>
67 </div> 67 </section>
68 68
69 </body> 69 </body>
70</html> \ No newline at end of file 70</html> \ No newline at end of file