| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <link rel="import" href="curly_block.html"> | 2 <link rel="import" href="curly_block.html"> |
| 3 <link rel="import" href="observatory_element.html"> | 3 <link rel="import" href="observatory_element.html"> |
| 4 <link rel="import" href="service_ref.html"> | 4 <link rel="import" href="service_ref.html"> |
| 5 </head> | 5 </head> |
| 6 <polymer-element name="instance-ref" extends="service-ref"> | 6 <polymer-element name="instance-ref" extends="service-ref"> |
| 7 <template> | 7 <template> |
| 8 <link rel="stylesheet" href="css/shared.css" /> |
| 8 <style> | 9 <style> |
| 9 .memberList { | 10 .memberList { |
| 10 display: table; | 11 display: table; |
| 11 } | 12 } |
| 12 .memberItem { | 13 .memberItem { |
| 13 display: table-row; | 14 display: table-row; |
| 14 } | 15 } |
| 15 .memberName, .memberValue { | 16 .memberName, .memberValue { |
| 16 display: table-cell; | 17 display: table-cell; |
| 17 vertical-align: top; | 18 vertical-align: top; |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 </div> | 83 </div> |
| 83 </div> | 84 </div> |
| 84 </template> | 85 </template> |
| 85 </div> | 86 </div> |
| 86 </curly-block> | 87 </curly-block> |
| 87 </template> | 88 </template> |
| 88 </span> | 89 </span> |
| 89 </template> | 90 </template> |
| 90 <script type="application/dart" src="instance_ref.dart"></script> | 91 <script type="application/dart" src="instance_ref.dart"></script> |
| 91 </polymer-element> | 92 </polymer-element> |
| OLD | NEW |