| OLD | NEW |
| 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> | 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> |
| 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
| 3 <link rel="import" href="chrome://resources/html/polymer.html"> | 3 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h
tml"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 6 | 6 |
| 7 <dom-module id="user-manager-tutorial"> | 7 <dom-module id="user-manager-tutorial"> |
| 8 <link rel="import" type="css" | 8 <link rel="import" type="css" |
| 9 href="chrome://md-user-manager/user_manager_tutorial.css"> | 9 href="chrome://md-user-manager/user_manager_tutorial.css"> |
| 10 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> | 10 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
| 11 <template> | 11 <template> |
| 12 <style include="shared-styles"></style> | 12 <style include="shared-styles"></style> |
| 13 <template is="dom-if" if="[[!hidden_]]"> | 13 <template is="dom-if" if="[[!hidden_]]"> |
| 14 <template is="dom-if" | 14 <template is="dom-if" |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 </a> | 87 </a> |
| 88 </div> | 88 </div> |
| 89 </div> | 89 </div> |
| 90 <div class="arrow-down"></div> | 90 <div class="arrow-down"></div> |
| 91 </div> | 91 </div> |
| 92 </template> | 92 </template> |
| 93 </template> | 93 </template> |
| 94 </template> | 94 </template> |
| 95 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script> | 95 <script src="chrome://md-user-manager/user_manager_tutorial.js"></script> |
| 96 </dom-module> | 96 </dom-module> |
| OLD | NEW |