From 602aaa5168842877286145904eb8242c659988dd Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Fri, 13 Apr 2012 01:44:08 -0700 Subject: CSS Rule List - Add inline style to supported rule types --- .../rule-list-container.reel/rule-list-container.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'js/panels/css-panel/rule-list-container.reel') 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 6c6ecfed..8f816d28 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 @@ -22,12 +22,13 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "name": "RuleList", "properties": { "supportedRules" : { - "1" : {"@": "cssStyleRule"}, - "3" : {"@": "cssImportRule"}, - "4" : {"@": "cssMediaRule"}, - "5" : {"@": "cssFontFaceRule"}, - "6" : {"@": "cssPageRule"}, - "10" : {"@": "namespaceRule"} + "inline": {"@": "cssStyleRule" }, + "1" : {"@": "cssStyleRule"}, + "3" : {"@": "cssImportRule"}, + "4" : {"@": "cssMediaRule"}, + "5" : {"@": "cssFontFaceRule"}, + "6" : {"@": "cssPageRule"}, + "10" : {"@": "namespaceRule"} } } }, -- cgit v1.2.3