aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list-container.reel
diff options
context:
space:
mode:
authorEric Guzman2012-04-13 01:44:08 -0700
committerEric Guzman2012-04-13 01:44:08 -0700
commit602aaa5168842877286145904eb8242c659988dd (patch)
tree873fe034254eef6b2b0b15971c07b47dea8e4b69 /js/panels/css-panel/rule-list-container.reel
parente973b5cfff38c1be97314f2944a83a9afa98feac (diff)
downloadninja-602aaa5168842877286145904eb8242c659988dd.tar.gz
CSS Rule List - Add inline style to supported rule types
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel')
-rw-r--r--js/panels/css-panel/rule-list-container.reel/rule-list-container.html13
1 files changed, 7 insertions, 6 deletions
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
22 "name": "RuleList", 22 "name": "RuleList",
23 "properties": { 23 "properties": {
24 "supportedRules" : { 24 "supportedRules" : {
25 "1" : {"@": "cssStyleRule"}, 25 "inline": {"@": "cssStyleRule" },
26 "3" : {"@": "cssImportRule"}, 26 "1" : {"@": "cssStyleRule"},
27 "4" : {"@": "cssMediaRule"}, 27 "3" : {"@": "cssImportRule"},
28 "5" : {"@": "cssFontFaceRule"}, 28 "4" : {"@": "cssMediaRule"},
29 "6" : {"@": "cssPageRule"}, 29 "5" : {"@": "cssFontFaceRule"},
30 "10" : {"@": "namespaceRule"} 30 "6" : {"@": "cssPageRule"},
31 "10" : {"@": "namespaceRule"}
31 } 32 }
32 } 33 }
33 }, 34 },