<!DOCTYPE html> <!-- <copyright> This file contains proprietary software owned by Motorola Mobility, Inc.<br/> No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. </copyright> --> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>ComputedStyleSubPanel</title> <link href="computed-style-sub-panel.css" type="text/css" rel="stylesheet"> <script type="text/montage-serialization"> { "owner": { "module": "js/panels/CSSPanel/ComputedStyleSubPanel.reel", "name": "ComputedStyleSubPanel", "properties": { "element": {"#": "nj-css-panel-computed"}, "groupDropDown": {"#": "nj-css-group-select"}, "searchField": {"#": "nj-css-filter"}, "computedListEl": {"#": "nj-css-computed-list"} } } } </script> </head> <body id="computestylesubpanel" onload=""> <div id="nj-css-panel-computed" class="nj-css-panel-hide"> <div id="nj-css-filter-panel"> <input id="nj-css-filter" class="nj-skinned" type="search"> <select id="nj-css-group-select" class="nj-skinned"> <option value="all">All</option> <option value="summary" selected>Summary</option> <option value="background">Background</option> <option value="dimensions">Dimensions</option> <option value="border">Border</option> <option value="font">Font</option> <option value="layout">Layout</option> </select> </div> <div class="nj-sub-panel"> <dl id="nj-css-computed-list" class="nj-css-style-list"></dl> </div> </div> </body> </html>