aboutsummaryrefslogtreecommitdiff
path: root/js/components/treeview/branch.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 17:16:04 -0700
committerValerio Virgillito2012-05-03 17:16:04 -0700
commit2f21eb37a4e7afb4ba3273b3ec50964717448b2f (patch)
tree7769526ee11dc7886f5b56ea6952be4d081a56f4 /js/components/treeview/branch.reel
parentf7a493acab51684bc557174ebaba6e80a4869df7 (diff)
downloadninja-2f21eb37a4e7afb4ba3273b3ec50964717448b2f.tar.gz
Removing more id and changing the appropriate CSS for them
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/treeview/branch.reel')
-rw-r--r--js/components/treeview/branch.reel/branch.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/components/treeview/branch.reel/branch.html b/js/components/treeview/branch.reel/branch.html
index 97b03382..d3060d96 100644
--- a/js/components/treeview/branch.reel/branch.html
+++ b/js/components/treeview/branch.reel/branch.html
@@ -129,11 +129,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
129 </script> 129 </script>
130</head> 130</head>
131<body> 131<body>
132 <div id="branch" class="branch"> 132 <div data-montage-id="branch" class="branch">
133 <span id="label" class="branch-label"></span> 133 <span data-montage-id="label" class="branch-label"></span>
134 134
135 <ul id="branchList"> 135 <ul data-montage-id="branchList">
136 <li id="treeItem"></li> 136 <li data-montage-id="treeItem"></li>
137 </ul> 137 </ul>
138 </div> 138 </div>
139</body> 139</body>