aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list.reel/rule-list.html
diff options
context:
space:
mode:
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.html7
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