diff options
Diffstat (limited to 'js/panels/css-panel/css-panel.reel/css-panel.html')
-rw-r--r-- | js/panels/css-panel/css-panel.reel/css-panel.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/js/panels/css-panel/css-panel.reel/css-panel.html b/js/panels/css-panel/css-panel.reel/css-panel.html index 86bfbbb7..899c7786 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.html +++ b/js/panels/css-panel/css-panel.reel/css-panel.html | |||
@@ -14,7 +14,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
14 | "module" : "js/panels/css-panel/css-panel.reel", | 14 | "module" : "js/panels/css-panel/css-panel.reel", |
15 | "name" : "CSSPanel", | 15 | "name" : "CSSPanel", |
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "container"} | 17 | "element" : {"#" : "container"}, |
18 | "controller": {"@": "cssPanelController"} | ||
18 | } | 19 | } |
19 | }, | 20 | }, |
20 | "styleSheetView": { | 21 | "styleSheetView": { |
@@ -36,9 +37,9 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
36 | </head> | 37 | </head> |
37 | <body> | 38 | <body> |
38 | <section id="container" class="css-panel"> | 39 | <section id="container" class="css-panel"> |
39 | <h2>Style Sheets</h2> | 40 | <h3>Style Sheets</h3> |
40 | <div id="style-sheet-view"></div> | 41 | <div id="style-sheet-view"></div> |
41 | <h2>Styles</h2> | 42 | <h3>Styles</h3> |
42 | <div id="styles-view-container"></div> | 43 | <div id="styles-view-container"></div> |
43 | </section> | 44 | </section> |
44 | </body> | 45 | </body> |