aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/style.reel/style.html
diff options
context:
space:
mode:
authorEric Guzman2012-04-12 11:31:07 -0700
committerEric Guzman2012-04-12 11:31:07 -0700
commita4337391471dd73f351ad2a3b9100e5b5d10f029 (patch)
tree01cc66c6fbdd9e3f3948d1b7f164b99d62046a9f /js/panels/css-panel/style.reel/style.html
parent7246efab402664c75bd0de226c0b9a91b384839b (diff)
downloadninja-a4337391471dd73f351ad2a3b9100e5b5d10f029.tar.gz
CSS Style - Make draggable
Diffstat (limited to 'js/panels/css-panel/style.reel/style.html')
-rw-r--r--js/panels/css-panel/style.reel/style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/css-panel/style.reel/style.html b/js/panels/css-panel/style.reel/style.html
index 6cecf43e..587dedb5 100644
--- a/js/panels/css-panel/style.reel/style.html
+++ b/js/panels/css-panel/style.reel/style.html
@@ -66,7 +66,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
66 </script> 66 </script>
67</head> 67</head>
68<body> 68<body>
69<div id="container" class="style-item" spellcheck="false"> 69<div id="container" class="style-item" spellcheck="false" draggable="true">
70 <input type="checkbox" data-montage-id="disable-checkbox"><dt data-montage-id="property" class="css-property"></dt><dd data-montage-id="value" class="css-value"></dd> 70 <input type="checkbox" data-montage-id="disable-checkbox"><dt data-montage-id="property" class="css-property"></dt><dd data-montage-id="value" class="css-value"></dd>
71</div> 71</div>
72</body> 72</body>