OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (C) 2012 Google Inc. All rights reserved. | 2 Copyright (C) 2012 Google Inc. All rights reserved. |
3 | 3 |
4 Redistribution and use in source and binary forms, with or without | 4 Redistribution and use in source and binary forms, with or without |
5 modification, are permitted provided that the following conditions | 5 modification, are permitted provided that the following conditions |
6 are met: | 6 are met: |
7 | 7 |
8 1. Redistributions of source code must retain the above copyright | 8 1. Redistributions of source code must retain the above copyright |
9 notice, this list of conditions and the following disclaimer. | 9 notice, this list of conditions and the following disclaimer. |
10 2. Redistributions in binary form must reproduce the above copyright | 10 2. Redistributions in binary form must reproduce the above copyright |
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1194 <div id="element-title"> | 1194 <div id="element-title"> |
1195 <span id="tag-name"></span><span id="node-id"></span><span id="class-name"></s
pan> | 1195 <span id="tag-name"></span><span id="node-id"></span><span id="class-name"></s
pan> |
1196 <span id="node-width"></span><span class="px">px</span><span class="px"> ×
; </span><span id="node-height"></span><span class="px">px</span> | 1196 <span id="node-width"></span><span class="px">px</span><span class="px"> ×
; </span><span id="node-height"></span><span class="px">px</span> |
1197 </div> | 1197 </div> |
1198 <div id="tooltip-container" class="hidden"> | 1198 <div id="tooltip-container" class="hidden"> |
1199 <div id="element-tooltip"> | 1199 <div id="element-tooltip"> |
1200 <div id="element-description" class="monospace"><b><span id="material-tag-
name"></span></b><span id="material-node-id"></span><span id="material-class-nam
e"></span></div> | 1200 <div id="element-description" class="monospace"><b><span id="material-tag-
name"></span></b><span id="material-node-id"></span><span id="material-class-nam
e"></span></div> |
1201 <div id="dimensions"><span id="material-node-width"></span>×<span id=
"material-node-height"></span></div> | 1201 <div id="dimensions"><span id="material-node-width"></span>×<span id=
"material-node-height"></span></div> |
1202 </div> | 1202 </div> |
1203 <div id="element-tooltip-arrow"></div> | 1203 <div id="element-tooltip-arrow"></div> |
| 1204 </div> |
1204 <div id="editor" class="fill"></div> | 1205 <div id="editor" class="fill"></div> |
1205 <div id="selector-tooltip"></div> | 1206 <div id="selector-tooltip"></div> |
1206 <div id="log"></div> | 1207 <div id="log"></div> |
1207 </html> | 1208 </html> |
OLD | NEW |