aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style-shorthand.reel/style-shorthand.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/style-shorthand.reel/style-shorthand.html')
-rw-r--r--js/panels/css-panel/style-shorthand.reel/style-shorthand.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/css-panel/style-shorthand.reel/style-shorthand.html b/js/panels/css-panel/style-shorthand.reel/style-shorthand.html
index 391aa846..63aa64f8 100644
--- a/js/panels/css-panel/style-shorthand.reel/style-shorthand.html
+++ b/js/panels/css-panel/style-shorthand.reel/style-shorthand.html
@@ -21,7 +21,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
21 "arrayController": {"@": "arrayController" }, 21 "arrayController": {"@": "arrayController" },
22 "repetition": {"@": "repetition"}, 22 "repetition": {"@": "repetition"},
23 "leafComponent": {"@": "leaf"}, 23 "leafComponent": {"@": "leaf"},
24 "branchComponent": {"@": "branch"} 24 "branchComponent": {"@": "branch"},
25 "branchCollapser": {"#": "collapser"}
25 26
26 } 27 }
27 }, 28 },
@@ -154,10 +155,9 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
154</head> 155</head>
155<body> 156<body>
156 <div id="branch" class="style-shorthand-branch"> 157 <div id="branch" class="style-shorthand-branch">
157 <div> 158 <div class="style-item" id="collapser">
158 <dt id="property" class="css-property"></dt> 159 <dt id="property" class="css-property"></dt>
159 <dd id="value" class="css-value"></dd> 160 <dd id="value" class="css-value"></dd>
160 <a href="#" id="style-list-disclosure" class="list-disclorue">A</a>
161 </div> 161 </div>
162 <dl id="branchList" class="css-tree-branch"> 162 <dl id="branchList" class="css-tree-branch">
163 <div id="treeItem"></div> 163 <div id="treeItem"></div>