From b52222a0e165825bf507b4f69b33d51c84eb85d4 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 10 May 2012 15:11:40 -0700 Subject: CSS Panel - Fix errors from new Montage and remove logs. --- .../rule-list-container.reel/rule-list-container.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.html') diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html index 8f816d28..809f9bfe 100644 --- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html @@ -23,12 +23,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "properties": { "supportedRules" : { "inline": {"@": "cssStyleRule" }, - "1" : {"@": "cssStyleRule"}, - "3" : {"@": "cssImportRule"}, - "4" : {"@": "cssMediaRule"}, - "5" : {"@": "cssFontFaceRule"}, - "6" : {"@": "cssPageRule"}, - "10" : {"@": "namespaceRule"} + "1" : {"@": "cssStyleRule"} } } }, @@ -38,6 +33,17 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot } } +
-- cgit v1.2.3