diff options
author | Eric Guzman | 2012-03-12 15:24:29 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-12 15:24:29 -0700 |
commit | 42d9f27afea3066cbccf22c76753f407fd340c30 (patch) | |
tree | 004ffab43a012142bbf78137d70a8f78267544db /js/panels/css-panel/rule-list.reel/rule-list.html | |
parent | 10e4712ea5cf44041668dce9e767cb875ed53784 (diff) | |
download | ninja-42d9f27afea3066cbccf22c76753f407fd340c30.tar.gz |
CSS Panel Update - Rule List component update
Diffstat (limited to 'js/panels/css-panel/rule-list.reel/rule-list.html')
-rw-r--r-- | js/panels/css-panel/rule-list.reel/rule-list.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.html b/js/panels/css-panel/rule-list.reel/rule-list.html index 69154d8d..efede847 100644 --- a/js/panels/css-panel/rule-list.reel/rule-list.html +++ b/js/panels/css-panel/rule-list.reel/rule-list.html | |||
@@ -14,8 +14,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
14 | "module" : "js/panels/css-panel/rule-list.reel", | 14 | "module" : "js/panels/css-panel/rule-list.reel", |
15 | "name" : "RuleList", | 15 | "name" : "RuleList", |
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "container"}, | 17 | "element" : {"#" : "rule-list"} |
18 | "listElement": {"#": "rules-list"} | ||
19 | } | 18 | } |
20 | } | 19 | } |
21 | } | 20 | } |
@@ -78,8 +77,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
78 | </script> | 77 | </script> |
79 | </head> | 78 | </head> |
80 | <body> | 79 | <body> |
81 | <div id="container" class="rule-list-container"> | 80 | <ul id="rule-list" class="rule-list"></ul> |
82 | <ul id="rules-list" class="rule-list"></ul> | ||
83 | </div> | ||
84 | </body> | 81 | </body> |
85 | </html> \ No newline at end of file | 82 | </html> \ No newline at end of file |