diff options
author | Valerio Virgillito | 2012-05-03 17:16:04 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-03 17:16:04 -0700 |
commit | 2f21eb37a4e7afb4ba3273b3ec50964717448b2f (patch) | |
tree | 7769526ee11dc7886f5b56ea6952be4d081a56f4 /js/components/tools-properties/pen-properties.reel/pen-properties.html | |
parent | f7a493acab51684bc557174ebaba6e80a4869df7 (diff) | |
download | ninja-2f21eb37a4e7afb4ba3273b3ec50964717448b2f.tar.gz |
Removing more id and changing the appropriate CSS for them
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/pen-properties.reel/pen-properties.html')
-rwxr-xr-x | js/components/tools-properties/pen-properties.reel/pen-properties.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.html b/js/components/tools-properties/pen-properties.reel/pen-properties.html index b3221456..68ab85f6 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.html +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.html | |||
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | <body> | 39 | <body> |
40 | <div data-montage-id="penProperties" class="subToolHolderPanel"> | 40 | <div data-montage-id="penProperties" class="subToolHolderPanel"> |
41 | <div da="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> | 41 | <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> |
42 | <label class="label"> Stroke:</label> | 42 | <label class="label"> Stroke:</label> |
43 | <div data-montage-id="strokeSize" class="label"></div> | 43 | <div data-montage-id="strokeSize" class="label"></div> |
44 | </div> | 44 | </div> |