OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="curly_block.html"> | |
3 <link rel="import" href="observatory_element.html"> | 2 <link rel="import" href="observatory_element.html"> |
4 <link rel="import" href="service_ref.html"> | 3 <link rel="import" href="service_ref.html"> |
5 | 4 |
6 <polymer-element name="class-ref" extends="service-ref"> | 5 <polymer-element name="class-ref" extends="service-ref"> |
7 <template> | 6 <template> |
8 <link rel="stylesheet" href="css/shared.css"> | 7 <link rel="stylesheet" href="css/shared.css"> |
9 <style> | 8 <style> |
10 .indented { | 9 .indented { |
11 margin-left: 1.5em; | 10 margin-left: 1.5em; |
12 font: 400 14px 'Montserrat', sans-serif; | 11 font: 400 14px 'Montserrat', sans-serif; |
(...skipping 12 matching lines...) Expand all Loading... |
25 </any-service-ref><br> | 24 </any-service-ref><br> |
26 </template> | 25 </template> |
27 </template> | 26 </template> |
28 </div> | 27 </div> |
29 </curly-block> | 28 </curly-block> |
30 </template><!-- | 29 </template><!-- |
31 --></template> | 30 --></template> |
32 </polymer-element> | 31 </polymer-element> |
33 | 32 |
34 <script type="application/dart" src="class_ref.dart"></script> | 33 <script type="application/dart" src="class_ref.dart"></script> |
OLD | NEW |